Uses of Class
net.sf.myra.framework.Colony

Uses of Colony in net.sf.myra.framework
 

Methods in net.sf.myra.framework that return Colony
 Colony Environment.getColony()
          Returns the colony.
 

Methods in net.sf.myra.framework with parameters of type Colony
 void PheromoneUpdater.evaporate(Colony colony)
          Evaporates the pheromone values.
 void PheromoneUpdater.initialize(Colony colony)
          Initializes the pheromone values.
 void DaemonAction.perform(Colony colony)
           
 void CompoundDaemonAction.perform(Colony colony)
           
 void PheromoneUpdater.update(Trail trail, Colony colony)
          Updates the pheromone values based on the specified ant trail.
 

Constructors in net.sf.myra.framework with parameters of type Colony
Ant(Colony colony)
          Creates a new ant.
Ant(Colony colony, int memory)
          Creates a new ant.
Environment(Colony colony, Scheduler scheduler)
          Creates a new Environment instance.
ParallelScheduler(Colony colony, StopCondition condition, ObjectiveFunction function, PheromoneUpdater updater, HeuristicInformation information)
          Creates a new ParallelScheduler instance.
Scheduler(Colony colony, StopCondition condition, ObjectiveFunction function, PheromoneUpdater updater, HeuristicInformation information)
          Creates a new Scheduler instance.
 



Copyright © 2013. All Rights Reserved.