Add enum for Selection method
This commit is contained in:
@@ -36,7 +36,7 @@ public interface IGeneticService
|
||||
int populationSize,
|
||||
int generations,
|
||||
double mutationRate,
|
||||
string selectionMethod,
|
||||
GeneticSelectionMethod selectionMethod,
|
||||
int elitismPercentage,
|
||||
double maxTakeProfit,
|
||||
List<IndicatorType> eligibleIndicators);
|
||||
|
||||
Reference in New Issue
Block a user