|
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
Abstract base class for score calculation.
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
ScoreEvaluation()
Constructor. |
Method Summary | |
abstract Score |
evaluate(Individual i)
Abstract method for evaluating the score of an individual. |
IndividualStream |
process(IndividualStream is)
Evaluates all individuals in a stream. |
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 |
Constructor Detail |
public ScoreEvaluation()
Method Detail |
public abstract Score evaluate(Individual i) throws ScoreEvaluationException
i
- individual for doing the evaluation forScoreEvaluationException
- thrown in case the evaluation failspublic IndividualStream process(IndividualStream is) throws ScoreEvaluationException
process
in interface SingleStreamProcessor
is
- stream containing individuals to be evaluatedScoreEvaluationException
- 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 |