Commit Graph

265 Commits (develop)

Author SHA1 Message Date
Matthias 7d1c2d3a1b test: Update test mock approach for hyperopt
3 months ago
Matthias f93c906614 test: improve tests for new builtin spaces
4 months ago
Matthias d1b553cecc test: add custom parameter to test strategy
4 months ago
Matthias 007ab1b796 test: some cleanup
4 months ago
Matthias 367b9fa7f6 test: fix failing test
4 months ago
Matthias ffab6c3c50 test: Add test for "no hyperopt parameters found" error
4 months ago
Matthias c6a7b84684 test: update test for new init sequence
4 months ago
Matthias 886c15a7fb test: update test asserting no longer existing metric
4 months ago
Matthias 758f1eea93 test: consistent use of "spaces" in tests
4 months ago
Matthias 4adab37b2a test: update test for removal of --hyperopt argument
4 months ago
Matthias 44ec500744 test: add Test-case to ensure hyperopt logging
4 months ago
Matthias 9f436dcd1e chore: fix RUF043 violations
5 months ago
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
10 months ago
Matthias 85689ebc1c test: update skdecimal test to use optuna
10 months ago
Matthias 05f19d574a chore: remove commented skopt usages
10 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