GeneticAlgorithmT Constructor (GeneticAlgorithmTCreationDelegateType, GeneticAlgorithmTCrossoverTwoChildrenDelegateType, GeneticAlgorithmTMutationDelegateType, GeneticAlgorithmTObjectiveDelegateType) |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
public GeneticAlgorithm( GeneticAlgorithmTCreationDelegateType creationDelegate, GeneticAlgorithmTCrossoverTwoChildrenDelegateType crossoverTwoChildrenDelegate, GeneticAlgorithmTMutationDelegateType mutationDelegate, GeneticAlgorithmTObjectiveDelegateType objectiveDelegate )