Commit Graph

375 Commits

Author SHA1 Message Date
Matthias
86f10b3c8e Fix some tests 2020-07-19 20:33:18 +02:00
Matthias
e116277383 Merge branch 'develop' into pr/orehunt/2951 2020-07-19 20:12:39 +02:00
hroff-1902
ea77edce05
Make flake happy 2020-06-13 18:54:54 +03:00
hroff-1902
3d9b107761
Changes after review 2020-06-13 17:12:37 +03:00
Felipe Lambert
69ac5c1ac7 change hyperopt return to better copy to strategy file 2020-06-10 14:35:31 -03:00
Florian Merz
889a153731 fix PEP8 2020-05-03 17:29:56 +02:00
Florian Merz
690bb7646a hyperopt csv export - add params 2020-05-03 17:00:12 +02:00
Matthias
509f38d3aa Use non-deprectated parameter for progressbar 2020-05-01 17:59:24 +02:00
hroff-1902
726e52aaa7 Use skopt model_queue_size instead of custom hack 2020-04-29 10:49:25 +03:00
hroff-1902
c26835048c Hyperopt cleanup, do not use 'trials' 2020-04-28 22:56:19 +03:00
hroff-1902
a01ed170f5 Improve hyperopt-list logging 2020-04-28 17:33:07 +03:00
hroff-1902
9ebc997e9d
Merge pull request #3215 from freqtrade/backtest_use_pairlists
Backtest use pairlists
2020-04-27 13:34:06 +03:00
Matthias
e8530c36d3 Remove pairlists from hyperopt too (it holds a reference to exchange) 2020-04-25 15:46:20 +02:00
hroff-1902
d9f255a6c0 Fix asterisk printing for csv output 2020-04-25 12:49:14 +03:00
hroff-1902
2d994f6feb Better printing of asterisk 2020-04-24 21:57:29 +03:00
hroff-1902
6e5f0869b3 Remove another unused method 2020-04-24 18:39:08 +03:00
hroff-1902
5c012d79eb Remove unused method 2020-04-24 18:14:07 +03:00
Matthias
d36e2cf6ab Fix random test failure in hyperopt 2020-04-16 07:06:47 +02:00
Fredrik81
2c1c1c7f16
Update freqtrade/optimize/hyperopt.py
nice find

Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-04-11 17:42:32 +02:00
Fredrik81
d9e54ab7a4
Update freqtrade/optimize/hyperopt.py
nice find

Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-04-11 17:42:19 +02:00
Fredrik81
4707484a4c Fix issue with colring enabled + styling 2020-04-09 11:42:13 +02:00
Fredrik81
cdc774549e Merge branch 'develop' into progress-bar 2020-04-08 01:56:43 +02:00
Fredrik81
132f5f73f5
Update hyperopt.py 2020-04-07 10:44:18 +02:00
Fredrik81
c95906cfcf
Update hyperopt.py 2020-04-07 10:42:15 +02:00
Fredrik81
d5609d4997 Changed back to progressbar2 for better handling of logger.
Coloring still needs some work (bug + what colors to use)
2020-04-06 13:12:32 +02:00
orehunt
6b9bc7c83f - reduction of pickling time by using epochs to load points
- use object state just for rng and init points status, don't save models or points
- other counting edge cases fixes
2020-03-24 12:11:55 +01:00
orehunt
cc47f3e1e4 minor fixes, refactoring, comments 2020-03-22 15:46:35 +01:00
orehunt
0ccbaa8c96 - refactoring
- fixes to prevent stalling
2020-03-20 15:42:25 +01:00
orehunt
9e0b07b2fd - make sure dispatches always perform the given n of epochs
- prints fixes
2020-03-18 18:50:57 +01:00
orehunt
a982eae622 - fixed cases where n_points == 1 would stall the search because of filtering
- moved initial points flag set to workers instead of log loop
2020-03-18 14:48:38 +01:00
orehunt
cf76be6845 fixes for single mode 2020-03-18 09:24:25 +01:00
orehunt
8d03887b02 better defaults 2020-03-17 14:20:41 +01:00
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
orehunt
ef6efb7117 better fit logic (and multi-opt was never fitting -_-) 2020-03-13 18:57:05 +01:00
hroff-1902
51f52c8609
Merge branch 'develop' into no-ticker-2 2020-03-13 16:43:52 +03:00
hroff-1902
a7ed51c642 return back the name of the hyperopt data file 2020-03-13 04:04:23 +03:00
Fredrik81
5737139979 Small fix 2020-03-12 16:47:09 +01:00
orehunt
027dae1c9b more fixes for epochs counting 2020-03-12 12:55:00 +01:00
Fredrik81
1a59fc11be doh 2020-03-12 02:36:18 +01:00
Fredrik81
df1ae565dc clean-up 2020-03-12 02:26:41 +01:00
Fredrik81
9387ed923c fix for empty lines 2020-03-12 02:07:50 +01:00
Fredrik81
81cbb92556 Switch to TQDM 2020-03-11 22:30:36 +01:00
Fredrik81
3a8b68c0fd Initial work on progressbar 2020-03-10 20:30:36 +01:00
orehunt
ece0ddba38 fixes, moved points setup to its function 2020-03-10 09:47:36 +01:00
orehunt
29e9faf167 - switch max losses with known bad losses 2020-03-10 08:58:48 +01:00
hroff-1902
f148b5f734
cosmetics in lambdas 2020-03-10 10:38:37 +03:00
Fredrik81
bd158eefd2 Fixed loggin 2020-03-10 03:02:52 +01:00
Fredrik81
2f5fc731bb Removed overwrite option 2020-03-09 18:53:30 +01:00
orehunt
60e519eac4 better handling of interaction between n_points and jobs 2020-03-09 13:34:10 +01:00
Fredrik81
cb419614cd Spelling miss 2020-03-08 23:00:21 +01:00