A Genetic Programming Framework for .NET

EnvironmentVerifier Class

Verifies that the collection of EnvironmentReferences passed to its constructor each have the appropriate characteristics and implement all required members for an IEnvironment class used by the GPEngine.

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

System.Object
   GeneticProgrammingEngine.Verifiers.EnvironmentVerifier

public class EnvironmentVerifier

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.

Requirements

Namespace: GeneticProgrammingEngine.Verifiers

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

EnvironmentVerifier Members | GeneticProgrammingEngine.Verifiers Namespace | IEnvironment Interface