GeneticAlgorithm Load Method Modulus Evo2
OnlineModulus Evo2
Loads the specified genetic algorithm from a file.

Namespace: Modulus.Evo2
Assembly: Modulus.Evo2 (in Modulus.Evo2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static GeneticAlgorithm Load(
	string fileName
)

Return Value

New GeneticAlgorithm.
See Also