mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
change default optimizer to NSGAIIISampler - best results so far
This commit is contained in:
@@ -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]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user