|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StopCondition in net.sf.myra.framework |
---|
Classes in net.sf.myra.framework that implement StopCondition | |
---|---|
class |
CompoundStopCondition
This class represents a stop condition made by the combination of several stop conditions. |
Fields in net.sf.myra.framework declared as StopCondition | |
---|---|
protected StopCondition |
Scheduler.condition
The termination condition. |
Methods in net.sf.myra.framework with parameters of type StopCondition | |
---|---|
void |
CompoundStopCondition.add(StopCondition condition)
Adds the specified condition. |
void |
CompoundStopCondition.remove(StopCondition condition)
Removes the specified condition. |
Constructors in net.sf.myra.framework with parameters of type StopCondition | |
---|---|
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 |