|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PheromoneUpdater in net.sf.myra.framework |
---|
Fields in net.sf.myra.framework declared as PheromoneUpdater | |
---|---|
protected PheromoneUpdater |
Scheduler.updater
The pheromone update policy. |
Methods in net.sf.myra.framework that return PheromoneUpdater | |
---|---|
PheromoneUpdater |
Scheduler.getPheromoneUpdater()
Returns the pheromone updater. |
Constructors in net.sf.myra.framework with parameters of type PheromoneUpdater | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |