Uses of Interface
net.sf.myra.framework.ObjectiveFunction

Uses of ObjectiveFunction in net.sf.myra.framework
 

Fields in net.sf.myra.framework declared as ObjectiveFunction
protected  ObjectiveFunction Scheduler.function
          The objective function used evaluate the ant trails (solutions).
 

Constructors in net.sf.myra.framework with parameters of type ObjectiveFunction
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.