Commit Graph

8 Commits

Author SHA1 Message Date
zenix
7aaea257df feature: optimizer add profitFactor optimization. Optimization value use float64 instead to save memory and boost performance 2022-11-10 18:17:35 +09:00
Raphanus Lo
b4e32a9ba7 hoptimizer: manually early stop
User is now able to stop trials by sending system signal (SIGINT & SIGTERM) and see the report earlier at any time.
2022-08-16 14:55:39 +08:00
Raphanus Lo
68af2d0ff8 optimizer: rename optimizeex to hoptimize 2022-08-02 12:44:42 +08:00
Raphanus Lo
09940ed3cd optimizer: optimizeEx supports discrete parameters 2022-07-30 20:34:28 +08:00
Raphanus Lo
76d908e2bc optimizer: workaround for data race in TPE optimization 2022-07-30 09:57:15 +08:00
Raphanus Lo
f5d4fa098d optimizer: refactor selector config types 2022-07-29 23:39:56 +08:00
Raphanus Lo
4e14df443a optimizer: fix typo 2022-07-29 23:33:51 +08:00
Raphanus Lo
67f8b1c32c optimizeex: hyperparameter optimization tool
Currently support the following search algorithms:
- Tree-structured Parzen Estimators (tpe, default)
- Covariance Matrix Adaptation Evolution Strategy (cmaes)
- Quasi-monte carlo sampling based on Sobol sequence (sobol)
- random search (random)

And the following objective function:
- profit
- volume
- equity
2022-07-29 17:09:54 +08:00