chores: refactor for the new ai research, add linter, gh action, etc

This commit is contained in:
von-steinkirch 2025-08-13 21:47:20 +08:00
parent fb4ab80dc3
commit bcb71a54a6
40 changed files with 5268 additions and 2476 deletions

View file

@ -2,5 +2,6 @@
<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)
* 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).