From c943d0aad8a21f2a1115e6718d4c14e02b6bd44c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 2 Mar 2026 16:37:54 +0100 Subject: [PATCH] add post op note and make all_qas executable --- post-op.md | 2 ++ src/all_qas.py | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 src/all_qas.py diff --git a/post-op.md b/post-op.md index 0815346..51677ef 100644 --- a/post-op.md +++ b/post-op.md @@ -2,6 +2,8 @@ Hello me, this is a list for you to get back on track with the QD-QAS you were working on... +Tell Sebastian and Koen "I'm back" + ## Things I've done I have made baselines for two types of optimization free QAS, namely TF-QAS and GA-QAS. diff --git a/src/all_qas.py b/src/all_qas.py old mode 100644 new mode 100755