Uses of Package
anthill.genie

Packages that use anthill.genie
anthill.genie 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. 
anthill.genie.impl This package contains a prototype implementation of the interfaces included in package anthill.genie
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
 

Classes in anthill.genie used by anthill.genie
GeneticCode
          For a nest, the genetic code of an ant is simply a sequence of bits.
 

Classes in anthill.genie used by anthill.genie.impl
Fitness
          Evaluate the fitness of a particular ant algorithm based on the statistics collected during its simulation.
GeneticCode
          For a nest, the genetic code of an ant is simply a sequence of bits.
GeneticExperiment
          An Experiment is constituted by a collection of Scenario's.
GeneticFramework
          The GeneticFramework class is used to manage the genetic evolution.
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.
 

Classes in anthill.genie used by anthill.nestor
GeneticCode
          For a nest, the genetic code of an ant is simply a sequence of bits.
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.