|
JGAP | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Fibonacci | Example demonstrating Genetic Programming (GP) capabilities of JGAP. |
Fibonacci.FormulaFitnessFunction | |
FibonacciNodeValidator | Validates evolved nodes for the Fibonacci problem. |
KarubProblem | Sort of minimal GP problem definition. |
KarubProblem.FormulaFitnessFunction | |
MathProblem | Example demonstrating Genetic Programming (GP) capabilities of JGAP. |
MathProblem.FormulaFitnessFunction | Fitness function for evaluating the produced fomulas, represented as GP programs. |
SimpleExample | Simple example of Genetic Programming to discover the formula (X > 0) OR (X == -8) OR (X == - 5) given a set of inputs from -10 to 10 and expected outputs (true or false). |
Demonstrates how to find a formula for a given X-Y-table using Genetic Programming
|
JGAP | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |