Matthias
|
3503fdb4ec
|
Improve tests for newly added methods
|
5 years ago |
Matthias
|
645da51b5f
|
Add test for parameter loading
|
5 years ago |
Matthias
|
e97de4643f
|
Move tests to hyperopttools test file
|
5 years ago |
Matthias
|
750c780293
|
Support loading parameters from json file
|
5 years ago |
Matthias
|
d54ee0eb04
|
Refactor hyperopt_tools naming
|
5 years ago |
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
5 years ago |
Matthias
|
89b9915c12
|
Update imports for SellType in tests
|
5 years ago |
Matthias
|
a89364aa98
|
Merge branch 'develop' into pr/Antreasgr/4838
|
5 years ago |
Matthias
|
3014bc3467
|
Don't use Sum sign in hyperopt to avoid compatibility problems
|
5 years ago |
Matthias
|
a39860e0de
|
Add tests for rejected signals
|
5 years ago |
Matthias
|
7a9853bfe1
|
Fix "Too many open Files" exception
|
5 years ago |
Matthias
|
6aa574fa2b
|
Convert ROI result to proper json object
closes #4952
|
5 years ago |
Matthias
|
5f5597b93f
|
Better test hyperopt writing and reading
|
5 years ago |
Matthias
|
06bf1aa274
|
Store epochs as json per line
|
5 years ago |
Matthias
|
513be11fd9
|
Fix hyperopt output
closes #4892
|
5 years ago |
Matthias
|
d069ad43d8
|
Small reformatting in hyperopt
|
5 years ago |
Matthias
|
46f0f66039
|
Keep dimensions stored in hyperopt class
There is no point in regenerating them and it will cause some
overhead as all space classes will be recreated for every epoch.
|
5 years ago |
Matthias
|
ced5cc7ce2
|
Don't recalculate min/max date - they won't change between epochs
|
5 years ago |
Matthias
|
97478abb9d
|
Move format explanation string to HyperoptTools
|
5 years ago |
Matthias
|
4c00d4496d
|
Update tests to reflect new backtest returns
|
5 years ago |
Matthias
|
e2e1d34828
|
Extract stake_currency param from hyperopt-explanationstring
|
5 years ago |
Matthias
|
852f125347
|
Fix tests
|
5 years ago |
Matthias
|
c45204a2c4
|
Fix failing mocks
|
5 years ago |
Matthias
|
30da307d13
|
Remove encode/decode for hyperopt
|
5 years ago |
Matthias
|
555262b6e1
|
Only calculate additional indicators if the space is selected
|
5 years ago |
Matthias
|
e381df9098
|
extract has_space to Hyperopt-Tools
|
5 years ago |
Matthias
|
4636b3970b
|
Fix failed test due to exchange downtime
|
5 years ago |
Matthias
|
5c7f278c8a
|
add tests for IntParameter.range
|
5 years ago |
Matthias
|
e820814809
|
Default-stoploss-hyperopt should use decimal space, nto real
|
5 years ago |
Matthias
|
34e47db18d
|
Test SKDecimal space
|
5 years ago |
Matthias
|
dc406fe19f
|
Fail in case of name and explicit space name collisions
|
5 years ago |
Matthias
|
6954a1e029
|
MOre tests for ParameterHyperopt
|
5 years ago |
Matthias
|
76ca3c219f
|
extract result-printing from hyperopt class
|
5 years ago |
Matthias
|
98f3142b30
|
Improve handling of backtesting params
|
5 years ago |
Matthias
|
8d61a26382
|
Allow dynamic stake for backtesting and hyperopt
|
5 years ago |
Matthias
|
4facf662de
|
Fix random test-failure caused by un-clean hyperopt shutdown
pytest --random-order-seed=415781
|
5 years ago |
Matthias
|
8ee264bc59
|
Don't use profit_percent for backtesting results anymore
|
5 years ago |
Matthias
|
e1e2829ef3
|
Improve and refactor hyperopt tests
|
6 years ago |
Matthias
|
23bad8fd9f
|
Rename DefahltHyperoptLoss function to ShortTradeDurHyperOptLoss
|
6 years ago |
Matthias
|
8c2f763193
|
Add test to ensure --hyperopt-loss is mandatory
|
6 years ago |
Matthias
|
fa1d1679f0
|
Adapt tests to work without default hyperoptloss
|
6 years ago |
Matthias
|
06759234b6
|
Add test to verify output of roi / trailing stop hyperopt
|
6 years ago |
Matthias
|
6977ffdbf9
|
Merge branch 'develop' into isort_config
|
6 years ago |
Matthias
|
9df366d943
|
Apply isort to tests
|
6 years ago |
Matthias
|
15bb0af1b3
|
Add some test-coverage
|
6 years ago |
Matthias
|
f3de74f817
|
Mock all occurances of hyperopt.dump
|
6 years ago |
Matthias
|
5769b9244f
|
Mock test correctly
|
6 years ago |
Matthias
|
c42a924df8
|
Load latest file
|
6 years ago |
Matthias
|
b736691e0e
|
Remove hyperopt --continue
|
6 years ago |
Matthias
|
f0d7f18cf9
|
Pad wins / draws / losses for hyperopt with spaces instead of 0's
|
6 years ago |