ml-ai-agents-py/agents/optimization.md
2023-04-06 10:02:24 -07:00

296 B

parameter optimization


  • perform a search, for example grid search, over possible values of strategy parameters like thresholds or coefficients (using the simulator and a set of historical data)
  • overfitting to historical data is a big risk (be careful with validation and test sets).