A Genetic Programming Framework for .NET

GPEngine.ProblemSpaceClasses Property

Gets or sets the Problem Space classes supplied by the user.

public Verifiers.CompatibilityVerifier ProblemSpaceClasses {get; set;}

Remarks

If no classes are supplied, the default example classes will be used.

This property cannot be changed while the GPEngine is Running.

Exceptions

Exception TypeCondition
ArgumentNullExceptionThrown when value is null.
InvalidOperationExceptionThrown when a change is attempted while the GPEngine is Running.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | CompatibilityVerifier Class | Problem Space Term