|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.eval.ScoreEvaluation | +--mss.ea.ex.salesman.SalesmanCalc
Field Summary | |
protected SalesmanMatrix |
matrix
|
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
SalesmanCalc(java.lang.String name)
|
Method Summary | |
Score |
evaluate(Individual i)
Abstract method for evaluating the score of an individual. |
Methods inherited from class mss.ea.eval.ScoreEvaluation |
process |
Methods inherited from class mss.ea.core.GeneticOperator |
getDescription, getID, getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface mss.ea.core.StreamProcessor |
getName |
Field Detail |
protected SalesmanMatrix matrix
Constructor Detail |
public SalesmanCalc(java.lang.String name)
Method Detail |
public Score evaluate(Individual i) throws ScoreEvaluationException
ScoreEvaluation
evaluate
in class ScoreEvaluation
mss.ea.eval.ScoreEvaluation
i
- individual for doing the evaluation forScoreEvaluationException
- thrown in case the evaluation fails
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |