stable/freqtrade/optimize
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 Small adjustments for moved commands 2020-01-26 13:46:01 +01:00
backtesting.py Changed table style of backtesting and alignment of headers 2020-02-27 13:28:28 +01:00
default_hyperopt_loss.py minor: add OnlyProfitHyperOptLoss 2019-07-23 18:51:24 +03:00
default_hyperopt.py DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
edge_cli.py Extract edge reporting to optimize_reports 2020-01-09 06:52:34 +01:00
hyperopt_backend.py hyperopt shared mode 2020-03-15 18:24:29 +01:00
hyperopt_interface.py Fix typo 2020-02-08 02:49:06 +03:00
hyperopt_loss_interface.py Remove hyperopts occurances 2019-11-13 09:39:00 +01:00
hyperopt_loss_onlyprofit.py max() removed 2019-07-25 08:17:41 +03:00
hyperopt_loss_sharpe_daily.py Fix SharpeHyperOptLossDaily 2020-02-09 18:40:19 +03:00
hyperopt_loss_sharpe.py better readability and more consistent with daily sharpe loss method 2020-02-02 08:47:33 +01:00
hyperopt_loss_sortino_daily.py Final changes, use sqrt i.o. statistics.pstdev 2020-02-28 23:50:25 +03:00
hyperopt_loss_sortino.py Added both SortinoHyperOptLoss and SortinoHyperOptLossDaily 2020-02-07 16:35:28 +03:00
hyperopt.py hyperopt shared mode 2020-03-15 18:24:29 +01:00
optimize_reports.py Changed table style of backtesting and alignment of headers 2020-02-27 13:28:28 +01:00