mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
67f8b1c32c
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 |
||
---|---|---|
.. | ||
config.go | ||
grid.go | ||
hpoptimizer.go | ||
hyperparam.go | ||
local_test.go | ||
local.go | ||
operator.go |