Hide Comments
Hide Comments

Comments (0)

Defines the base exception class for the genetic programming portion of the library
 

Namespace: RSGAConsts

expandingInheritance Hierarchy

ERSException
  RSGAConsts.EGAException
    RSGAConsts.EGPException
 

expandingSyntax

Delphi

type
  EGPException = class(EGAException);
 

expandingSee Also

Comments (0)