Enum GeneticOptimizer.SaveStrategy
- Namespace
- Balsam.Optimization
- Assembly
- Balsam.Backtester.dll
Controls if and how results are saved.
public enum GeneticOptimizer.SaveStrategy
Fields
Best = 0
Only saves the best run, ignoring intermediate steps to arrive at the optimal parameter combination.
All = 1
Saves all test results.
None = -1
No results are saved internally but are exposed via IterationCompleted event.