antsim.genie
Interface GeneticFramework


public interface GeneticFramework

The GeneticFramework class is used to manage the genetic evolution.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Method Summary
 void evolve()
          Try to evolve a population of genetic codes, using the configuration parameters contained in this instance
 GeneticCode getFittest()
          Return the genetic code with the best fitness.
 gajit.Population getPopulation()
          Return the population of evolved genetic codes.
 

Method Detail

evolve

public void evolve()
Try to evolve a population of genetic codes, using the configuration parameters contained in this instance


getPopulation

public gajit.Population getPopulation()
Return the population of evolved genetic codes.


getFittest

public GeneticCode getFittest()
Return the genetic code with the best fitness.