stable/freqtrade/commands
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 Merge branch 'develop' into data_handler 2020-02-16 15:12:14 +01:00
arguments.py hyperopt shared mode 2020-03-15 18:24:29 +01:00
build_config_commands.py Address PR Review 2020-02-09 11:41:29 +01:00
cli_options.py hyperopt shared mode 2020-03-15 18:24:29 +01:00
data_commands.py Merge branch 'develop' into data_handler 2020-02-09 15:16:43 +01:00
deploy_commands.py Merge pull request #2839 from hroff-1902/list-hyperopts-2 2020-02-06 07:06:36 +01:00
hyperopt_commands.py simple code styling fixes 2020-03-02 00:14:01 +01:00
list_commands.py Minor change to standardize table style. 2020-02-27 16:10:45 +01:00
optimize_commands.py - batched hyperopt 2020-02-22 09:39:14 +01:00
pairlist_commands.py move setup_utils_config to configuration module 2020-01-26 14:15:53 +01:00
plot_commands.py Add some type hints 2020-02-02 07:00:40 +03:00
trade_commands.py Minor cosmetics in start_trading 2020-01-27 02:49:25 +03:00