A Genetic Programming Framework for .NET

BaseClassVerifier Class

Verifies that the Type passed to its constructor has the appropriate characteristics and implements all required members for an IIndividual Base Class used by the GPEngine.

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

System.Object
   GeneticProgrammingEngine.Verifiers.BaseClassVerifier

public class BaseClassVerifier

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

BaseClassVerifier Members | GeneticProgrammingEngine.Verifiers Namespace | IIndividual Interface