Add files via upload

This commit is contained in:
steinkirch.eth, phd 2023-04-06 10:02:24 -07:00 committed by GitHub
parent 26b6973d19
commit 86fead31e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 518 additions and 0 deletions

6
agents/optimization.md Normal file
View file

@ -0,0 +1,6 @@
## parameter optimization
<br>
* 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).