|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Basically a constraint to reject or accept a newly created chromosome c. After GA operations (such as crossover or mutation), the newly generated chromosome may be invalid. If it can be invalid, then it's the implementor of Constraint interface who does the job.
Method Summary | |
boolean |
isAccepted(Chromosome c)
|
Method Detail |
public boolean isAccepted(Chromosome c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |