Commit Graph

253 Commits (70d7dcd189ff44cb9dfdba47ea03be13792b04fe)

Author SHA1 Message Date
Matthias 8641796d04 test: Add test for early-stop config adjustment
9 months ago
Matthias a6d3995013 feat: Improved typing, exception if neither step nor decimals is set
10 months ago
Matthias d0d40f4fce test: Improve skdecimal test
10 months ago
Matthias 7cfecab7e2 Merge branch 'develop' into optuna
10 months ago
Matthias 8f8da51808 feat: round hyperopt results to 13 digits (this removes floating point errors)
10 months ago
Matthias 1013c32316 fix: duplicate generate_optimizer to have a non-delayed alternative
10 months ago
viotemp1 dd613ac86c fix formatting
10 months ago
viotemp1 73c28890d7 move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
10 months ago
Matthias 1b2d5a357f test: change level of test mock
10 months ago
Matthias ecc6371733 test: reduce amount of mocking
10 months ago
viotemp1 ced1ce340a fix some formatting issues
10 months ago
viotemp1 8d0ca7f5c1 remove backtesting from generate_optimizer
10 months ago
Matthias 83cdf76636 chore: simplify import/exports
10 months ago
Matthias f86bc71c43 chore: cleanup some test code
10 months ago
viotemp1 35c3868c56 change for SKDecimal and othercomments
11 months ago
Matthias 85689ebc1c test: update skdecimal test to use optuna
11 months ago
Matthias 05f19d574a chore: remove commented skopt usages
11 months ago
Matthias b797a5bf2f chore: remove some unused noqa's
11 months ago
viotemp1 90aaaa50fc fix increasing memory usage.
11 months ago
viotemp1 3fcf6559ab change from skopt.space.Real to optuna.distributions.FloatDistribution
11 months ago
viotemp1 c5088e6b66 fix formatting
11 months ago
viotemp1 62f05964b4 change optimizer to optuna
11 months ago
Matthias b6d1f9f754 test: update hyperopt tests for new structure
1 year ago
Matthias 62234878a1 test: update mocks for new layout
1 year ago
Matthias 851a9a7620 refactor: move hyperopt-auto
1 year ago
Matthias d24bef7883 tests: remove --dmmp from tests
1 year ago
Matthias 62320a361e chore: fix now failing test
2 years ago
Matthias b8a4752636 Use proper type for exit_reason in tests
2 years ago
Matthias b516a0827d Update hyperopt test mocks
2 years ago
Matthias 3bf02c8a64 Simplify hyperopt drawdown logic
2 years ago
Matthias 644f120ab2 ruff format: tests/hyperopt
2 years ago
Matthias 7767ad9d6e Update imports in test directory
2 years ago
Matthias 226eaf0d0a Filter deprecation warning - it's a dependency ...
2 years ago
Matthias 8d72ee358c Improve code styles ...
2 years ago
Matthias 6963a92332 Improve hyperopt Tests
2 years ago
Matthias 5a3839320d Remove further usages of Path(tmpdir)
2 years ago
Matthias eb409de916 use tmp_path instead of Path(tmpdir)
2 years ago
Matthias 261822147c Fix remaining arrow testcases
3 years ago
Matthias 7a2ff60255 Fix more tests
3 years ago
Matthias 7cdcd97c26 Update tests for new logic.
3 years ago
Matthias bcdf4e0fe8 Use variable for exchange mocks to shorten lines
3 years ago
Antonio Della Fortuna ab12aace5f changed `trades_space` to `max_open_trades_space`
3 years ago
Antonio Della Fortuna b0f1d914c8 Changed max_open_trades type to int or inf
3 years ago
Antonio Della Fortuna 7d27afd4b8 Fixed test broken due to change in trades_space range
3 years ago
Antonio Della Fortuna 464cb4761c Fixed max_open_trades update from hyperopt
3 years ago
Antonio Della Fortuna 5fd85368a9 Added support for max_open_trades hyperopting
3 years ago
Matthias 6252ae466e Convert position_stacking to attribute of backtest
3 years ago
Matthias 7672586de9 Fix unreliable hyperopt test
3 years ago
Matthias 016e438468 Calculate market-change in hyperopt
3 years ago
Matthias 816c1f7603 add test for per epoch hyperopt
4 years ago