Matthias
|
639a4d5cf7
|
Allow importing interface from hyperopt.py
|
2019-07-17 07:15:43 +02:00 |
|
Matthias
|
8ccfc0f316
|
Remove unused variables
|
2019-07-17 06:24:40 +02:00 |
|
Matthias
|
d23179e25c
|
Update hyperopt-loss to use resolver
|
2019-07-16 06:27:43 +02:00 |
|
Matthias
|
7d62bb8c53
|
Revert --clean argument to --continue
|
2019-07-16 05:51:26 +02:00 |
|
Matthias
|
07a1c48e8c
|
Fix wrong intendation for custom-hyperopt check
|
2019-07-15 23:14:07 +02:00 |
|
Matthias
|
7be25313a5
|
Add some mypy ignores
|
2019-07-15 22:59:28 +02:00 |
|
Matthias
|
55e8092cbf
|
Add sharpe ratio as loss function
|
2019-07-15 22:52:33 +02:00 |
|
Matthias
|
e5170582de
|
Adapt tests to new loss-function method
|
2019-07-15 22:45:14 +02:00 |
|
Matthias
|
710443d200
|
Add documentation for custom hyperopt
|
2019-07-15 21:38:49 +02:00 |
|
Matthias
|
2a20423be6
|
Allow loading custom hyperopt loss functions
|
2019-07-15 21:35:42 +02:00 |
|
Matthias
|
2fedae6060
|
Move unnecessary things out of generate_optimizer
|
2019-07-15 20:31:55 +02:00 |
|
Matthias
|
b1b4048f97
|
Add test for hyperopt
|
2019-07-15 20:28:02 +02:00 |
|
Matthias
|
107f00ff8f
|
Add hyperopt option to clean temporary pickle files
|
2019-07-15 20:17:15 +02:00 |
|
Matthias
|
5144e98a82
|
Merge pull request #2015 from hroff-1902/refactor/config2
Make configuration a module
|
2019-07-15 19:41:57 +02:00 |
|
Matthias
|
cbe25178d7
|
Merge pull request #2009 from hroff-1902/fix-2008
fix #2008
|
2019-07-15 10:55:33 +02:00 |
|
hroff-1902
|
65f77306d3
|
using logger.debug, info was too noisy
|
2019-07-14 21:00:48 +03:00 |
|
hroff-1902
|
efbc7cccb1
|
enable --dmmp for hyperopt
|
2019-07-14 20:56:17 +03:00 |
|
hroff-1902
|
1bdffcc73b
|
make configuration a sep. module, including arguments
|
2019-07-12 00:49:23 +03:00 |
|
hroff-1902
|
e993e010f4
|
Fix #2013
|
2019-07-11 23:02:57 +03:00 |
|
hroff-1902
|
c474e2ac86
|
fix #2008
|
2019-07-10 01:53:40 +03:00 |
|
Matthias
|
89ff614e1d
|
Add pair as parameter, and warn when fillup was necessary
|
2019-06-15 13:46:19 +02:00 |
|
hroff-1902
|
90b0f1daa8
|
minor optimize cleanup
|
2019-06-10 02:08:54 +03:00 |
|
Matthias
|
236c392d28
|
Don't load hyperopts / optimize dependency tree if that module is not
used
|
2019-05-25 20:00:31 +02:00 |
|
Matthias
|
b38c43141c
|
Adjust imports to new location
|
2019-05-25 16:53:35 +02:00 |
|
hroff-1902
|
8b95e12468
|
log message adjusted in backtesting and hyperopt
|
2019-05-15 12:05:35 +03:00 |
|
hroff-1902
|
5677c4882e
|
minor: add ticker data validation; log backtesting interval
|
2019-05-13 23:56:59 +03:00 |
|
hroff-1902
|
00b4501c59
|
avg profit and total profit corrected (to be %, not ratio); comments cleaned up a bit; typo in the log msg fixed
|
2019-05-12 21:14:00 +03:00 |
|
hroff-1902
|
0f43e0bb7d
|
minor hyperopt output improvements
|
2019-05-10 10:54:44 +03:00 |
|
hroff-1902
|
e7b81e4d46
|
hyperopt --min-trades parameter
|
2019-05-01 15:27:58 +03:00 |
|
hroff-1902
|
ea44bbff9f
|
prevent hyperopt from running simultaneously
|
2019-04-25 11:11:04 +03:00 |
|
hroff-1902
|
6a0f527e0e
|
merge --job-workers and commit printing debug log messages with the opt state
|
2019-04-24 10:35:04 +03:00 |
|
hroff-1902
|
2898067318
|
Merge branch 'develop' into hyperopt-jobs
|
2019-04-24 10:31:03 +03:00 |
|
hroff-1902
|
fc4ef2b430
|
Merge branch 'develop' into hyperopt-opt-params
|
2019-04-23 21:58:27 +03:00 |
|
hroff-1902
|
e3b0474901
|
Merge branch 'develop' into hyperopt-jobs
|
2019-04-23 21:34:38 +03:00 |
|
hroff-1902
|
cc9f899cd6
|
removed explicit dependency on multiprocessing module
|
2019-04-23 21:25:36 +03:00 |
|
hroff-1902
|
a022b1a6c1
|
--random-state for optimzer to get reproducible results added
|
2019-04-23 21:18:52 +03:00 |
|
Matthias
|
4971b9fc39
|
Merge pull request #1793 from hroff-1902/hyperopt-debug-state
hyperopt: print optimizer state in debug log messages
|
2019-04-23 20:11:04 +02:00 |
|
hroff-1902
|
3e3fce5f38
|
print optimizer state in debug log messages
|
2019-04-23 09:49:24 +03:00 |
|
hroff-1902
|
7c8e26c717
|
-j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
docs refreshed
|
2019-04-23 00:52:07 +03:00 |
|
hroff-1902
|
ad85ac3dde
|
make --refresh-pairs-cached common option for optimization; added support for it into hyperopt
|
2019-04-22 21:24:45 +03:00 |
|
hroff-1902
|
6b87d94bb0
|
--print-all command line option added for hyperopt
|
2019-04-22 01:10:01 +03:00 |
|
Matthias
|
1340b71633
|
Add RunMode setting to determine bot state
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
40b1d8f067
|
Fix CI problems
|
2019-01-06 14:57:14 +01:00 |
|
Matthias
|
dd2af86a41
|
pprint results
|
2019-01-06 14:47:38 +01:00 |
|
Matthias
|
a0df7b9d7c
|
Use sell/buy trends from hyperopt file if available
|
2019-01-06 14:12:55 +01:00 |
|
Matthias
|
2147bd8847
|
Fix problem when no experimental dict is available
|
2019-01-06 13:29:14 +01:00 |
|
Matthias
|
68ba1e1f37
|
Add sell signal hyperopt
|
2019-01-06 13:29:14 +01:00 |
|
Matthias
|
6c02cc5993
|
Adjust test to pathlib
|
2018-12-15 14:14:38 +01:00 |
|
Matthias
|
21aba1620c
|
Replace calls to load_data
|
2018-12-15 14:10:33 +01:00 |
|
Matthias
|
432cc00283
|
Adjust imports to data.history
|
2018-12-14 06:32:49 +01:00 |
|