JGAP

Package org.jgap.audit

Functions related to evaluating the behaviour of JGAP JGAP.

See:
          Description

Interface Summary
IEvolutionMonitor Monitors the evolution and decides when to stop the evolution cycle.
 

Class Summary
ChainedMonitors A meta monitor that chains together given monitors and executes them subsequently.
Evaluator Gathers statistical data and returns them on request.
FitnessImprovementMonitor Monitors the evolution and stops it if evolution does not make a progress as desired.
KeyedValue A (key, value) tupel.
KeyedValues A collection of (key, value) tupels
KeyedValues2D A collection of (row, column) tupels
PermutingConfiguration Configuration that allows for permutating several components of it for evaluation/auditing purposes.
TimedMonitor Monitors the evolution and stops it after a given number of seconds.
 

Package org.jgap.audit Description

Functions related to evaluating the behaviour of JGAP JGAP.


JGAP