jameschch / LeanOptimization

Genetic optimization using LEAN
Apache License 2.0
50 stars 14 forks source link

Allow fitness as function of multiple periods #14

Closed jameschch closed 6 years ago

jameschch commented 7 years ago

Recent findings are that Sharpe ratio of an immediately antecedent period are a good indicator of expected in sample performance. Also, scoring a set of parameters based on the aggregate of two time periods will counteract period fitting. Minor changes will be required for a DualPeriodFitness to be possible.

It's not clear at this time whether multi-period fitness should naturally follow from this.