antsim.genie
Interface GeneticScenario

All Superinterfaces:
Clearable, Scenario

public interface GeneticScenario
extends Scenario, Clearable

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.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Field Summary
 
Fields inherited from interface antsim.Scenario
NAME
 
Method Summary
 void addGeneticCode(GeneticCode code)
          Set the genetic code(s) to be evaluated.
 
Methods inherited from interface antsim.Scenario
analyze, evaluate, setStats
 
Methods inherited from interface anthill.util.Clearable
clear
 

Method Detail

addGeneticCode

public void addGeneticCode(GeneticCode code)
Set the genetic code(s) to be evaluated. Depending on the implementation of this interface, this method may be invoked more than once, for example to evaluate the fitness of a set of genetic codes used concurrently for implementing