A Genetic Programming Framework for .NET

GPEngine Class

Performs the Genetic Programming algorithm using the GeneticProgrammingEngine.ProblemSpace classes provided by the user.

For a list of all members of this type, see GPEngine Members.

System.Object
   GeneticProgrammingEngine.GPEngine

public class GPEngine

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Design Note

The engine is responsible for performing the high-level algorithm (as described in the documentation for the Run method). It accomplishes this by delegating most of the work to the GeneticProgrammingEngine.Internal namespace classes.

Requirements

Namespace: GeneticProgrammingEngine

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

GPEngine Members | GeneticProgrammingEngine Namespace | Run Method | Genetic Programming Term