Updated code for other, non-NSGA experiments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user