change default optimizer to NSGAIIISampler - best results so far

This commit is contained in:
viotemp1
2025-03-26 21:25:56 +02:00
parent 59e52bb601
commit ee3d46c8fa

View File

@@ -48,7 +48,7 @@ class IHyperOpt(ABC):
"NSGAIIISampler", "QMCSampler" or an instance of a class
inheriting from BaseSampler (from optuna.samplers).
"""
return "NSGAIISampler"
return "NSGAIIISampler"
def generate_roi_table(self, params: dict) -> dict[int, float]:
"""