|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChangeStrategy
Interface used to determine if change operations should be applied to the current problem.
This is particularly useful in Dynamic Environments when the need to alter the problem search space.
It is possible to classify all problem instances as being dynamic problems. Problems that remain unchanged are effectively problems where the applied change is a change that preserves the problem search space, thus leaving it unchanged.
Method Summary | |
---|---|
boolean |
shouldApply(Problem problem)
Determine whether a change should be applied to the provided problem instance. |
Method Detail |
---|
boolean shouldApply(Problem problem)
problem
instance.
problem
- The problem on which a change is to be applied.
true
if a change occoured, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |