Uses of Interface
anthill.antsim.Experiment

Packages that use Experiment
anthill.antsim.impl This package contains a prototype implementation of the interfaces included in package anthill.antsim
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
 

Uses of Experiment in anthill.antsim.impl
 

Classes in anthill.antsim.impl that implement Experiment
 class ExperimentImpl
          Class ExperimentImpl is a simple implementation of Experiment which repeat the execution of a single scenario a certain number of times and returns a single Stats object containing a summary of the statistics for all the executions.
 class RangeExperiment
          Class RangeExperiment is a simple implementation of Experiment which repeat the execution of a single scenario a certain number of times and returns a single Stats object containing a summary of the statistics for all the executions.
 class TimeExperiment
          Class TimeExperiment is a simple implementation of Experiment which repeat the execution of a single scenario a certain number of times and returns a single Stats object containing a summary of the statistics for all the executions.
 

Uses of Experiment in anthill.genie
 

Subinterfaces of Experiment in anthill.genie
 interface GeneticExperiment
          An Experiment is constituted by a collection of Scenario's.
 

Uses of Experiment in anthill.genie.impl
 

Classes in anthill.genie.impl that implement Experiment
 class GeneticExperimentImpl
          Class ExperimentImpl is a simple implementation of Experiment.