Interface Summary |
Fitness |
Evaluate the fitness of a particular ant algorithm based on
the statistics collected during its simulation. |
GeneticAnt |
This interface extends interface Ant with methods for the
management of the genetic code of ants. |
GeneticAntFactory |
Factory interface for creating ants with genetic codes. |
GeneticExperiment |
An Experiment is constituted by a collection of Scenario's.
|
GeneticFramework |
The GeneticFramework class is used to manage the genetic
evolution. |
GeneticNest |
The GeneticNest interface extends Nest
with methods for managing genetic codes to be used in the creation
of new ants during the evaluation of the fitness of a genetic ant
algorithm. |
GeneticScenario |
Interface GeneticScenario extends interface
Scenario with methods for managing genetic codes
to be used in the creation of new ants during the evaluation
of the fitness of a genetic ant algorithm. |
ResourceFactory |
Factory interface for Resource objects. |
This package contains the main interfaces used in the Anthill
evolution framework, including interfaces to perform evaluations
using genetic tools, to represent genetic codes and to manipulate
populations of genetic codes.