Updated code for other, non-NSGA experiments

This commit is contained in:
Varyngoth
2025-12-30 16:41:12 -04:00
parent 3eef3c7ed5
commit 7737997e7a
2 changed files with 40 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ from src.preprocessing import build_preprocessor
from src.models import make_model
from src.stability import compute_shap_matrix
def save_checkpoint(path, gen, pop, seed):
state = {
"gen": gen,