Uses of Class
anthill.antsim.Stats

Packages that use Stats
anthill.antsim This package contains the main interfaces used in the Anthill simulation tool, including interfaces to perform evaluations, to collect statistics, to simulate peer-to-peer networks and to generate random requests of documents. 
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
gnutant This package contains a simple ant implementation. 
 

Uses of Stats in anthill.antsim
 

Methods in anthill.antsim that return Stats
 Stats[] Experiment.evaluate()
          Perform the evaluation of the current ant algorithm.
 

Methods in anthill.antsim with parameters of type Stats
 void Scenario.setStats(Stats stats)
          Set the statistics object which will be used throughout the scenario evaluation.
 

Uses of Stats in anthill.antsim.impl
 

Fields in anthill.antsim.impl declared as Stats
protected  Stats ScenarioImpl.stats
          Stats
 

Methods in anthill.antsim.impl that return Stats
 Stats[] ExperimentImpl.evaluate()
          Perform the evaluation of the current ant algorithm.
 Stats[] TimeExperiment.evaluate()
          Perform the evaluation of the current ant algorithm.
 Stats[] RangeExperiment.evaluate()
          Perform the evaluation of the current ant algorithm.
 

Methods in anthill.antsim.impl with parameters of type Stats
 void ResponseMonitor.setStatistics(Stats stats)
           
 void ScenarioImpl.setStats(Stats stats)
          Set the statistics object which will be used throughout the scenario evaluation.
 

Uses of Stats in anthill.genie
 

Methods in anthill.genie with parameters of type Stats
 float Fitness.compute(Stats stats)
          Evaluate the fitness of a particular ant algorithm based on the statistics collected during its simulation.
 

Uses of Stats in anthill.genie.impl
 

Methods in anthill.genie.impl that return Stats
 Stats[] GeneticExperimentImpl.evaluate()
          Execute the experiment, i.e. evaluate the fitness of the genetic code on each of the scenarios contained in this experimnt.
 

Methods in anthill.genie.impl with parameters of type Stats
 float FindingFitness.compute(Stats stats)
          Evaluate the fitness of a particular ant algorithm based on the statistics collected during its simulation.
 

Uses of Stats in gnutant
 

Fields in gnutant declared as Stats
protected  Stats InsantScenario.stats
          Stats
protected  Stats GnutantScenario.stats
          Stats
 

Methods in gnutant with parameters of type Stats
 void InsantScenario.setStats(Stats stats)
          Set the statistics object which will be used throughout the scenario evaluation.
 void GnutantScenario.setStats(Stats stats)
          Set the statistics object which will be used throughout the scenario evaluation.