stable/freqtrade/configuration
orehunt a5b44de0f6 hyperopt shared mode
- shared mode uses one optimizer with shared results
- multi mode runs as many optimizers as jobs and results are
only shared on ask
- a flag to override the strategy when asking more points (--lie-strat)
- make sure to ask with n_points `None` to avoid computing more
points than needed in shared mode
- reduce n of models to 1 in multi mode
- don't load more than the specified number of jobs when loading previous optimizers
- stretch the batch length to reach the epochs limit
- a warning for when no epochs are logged
2020-03-15 18:24:29 +01:00
..
__init__.py move setup_utils_config to configuration module 2020-01-26 14:15:53 +01:00
check_exchange.py Add some type hints 2020-02-02 07:00:40 +03:00
config_setup.py move setup_utils_config to configuration module 2020-01-26 14:15:53 +01:00
config_validation.py Move pairlist validation to exchange (we need to use .quote) from 2020-02-24 21:33:42 +01:00
configuration.py hyperopt shared mode 2020-03-15 18:24:29 +01:00
deprecated_settings.py Add some type hints 2020-02-02 07:00:40 +03:00
directory_operations.py Add some type hints 2020-02-02 07:00:40 +03:00
load_config.py Adjust improts to new exception location 2019-12-30 15:02:17 +01:00
timerange.py Add some type hints 2020-02-02 07:00:40 +03:00