Add enum for Selection method
This commit is contained in:
@@ -416,4 +416,14 @@ public static class Enums
|
||||
Moderate = 2,
|
||||
Aggressive = 3
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Selection methods for genetic algorithm optimization
|
||||
/// </summary>
|
||||
public enum GeneticSelectionMethod
|
||||
{
|
||||
Tournament,
|
||||
Roulette,
|
||||
FitnessWeighted
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user