Uses of Class
ec.cgp.problems.ProblemCGP

Packages that use ProblemCGP
ec.cgp.problems   
 

Uses of ProblemCGP in ec.cgp.problems
 

Subclasses of ProblemCGP in ec.cgp.problems
 class ClassificationProblem
          An extension of CGPProblem which provides some facilities to represent and evaluate classification problems.
 class ProblemBreastCancerW
          Breast Cancer (Wisconsin) classification problem.
 class ProblemBreastCancerY
          Breast Cancer (Yugoslavia) classification problem.
 class ProblemIris
          The classic Iris classification problem.
 class ProblemParity
          Even n-bit parity problem.
 class ProblemRegression
          Regression problem.