|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.jussieu.gla.wasa.core.ProblemItem | +--fr.jussieu.gla.wasa.core.Explorer | +--fr.jussieu.gla.wasa.samples.party.ScheduleExplorer
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Constructor Summary | |
ScheduleExplorer(ProgressivePartyProblem ppp)
|
Method Summary | |
protected boolean |
explore(int explorationIndex)
Explore in swapping the host of the worst Var with all other
host boats. |
protected boolean |
hasNeighbours(int explorationIndex)
The neighbour count is equal to the number of host boats. |
Methods inherited from class fr.jussieu.gla.wasa.core.Explorer |
doReset, getVar |
Methods inherited from class fr.jussieu.gla.wasa.core.ProblemItem |
getName, getProblem, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScheduleExplorer(ProgressivePartyProblem ppp)
Method Detail |
protected boolean hasNeighbours(int explorationIndex)
hasNeighbours
in class Explorer
fr.jussieu.gla.wasa.core.Explorer
true
- if explorer should be applied, false
otherwise.protected boolean explore(int explorationIndex)
Var
with all other
host boats.explore
in class Explorer
fr.jussieu.gla.wasa.core.Explorer
explorationIndex
- The number of times this method was called to
explore around for a given Configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |