|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoreEvaluationException | |
mss.ea.eval | Classes for evaluation of individuals. |
mss.ea.ex.salesman | Example for solving the traveling salesman problem with 29 bavarian cities. |
mss.ea.ex.sphere | Example for solving the sphere function using an evolution strategy. |
Uses of ScoreEvaluationException in mss.ea.eval |
Methods in mss.ea.eval that throw ScoreEvaluationException | |
abstract Score |
ScoreEvaluation.evaluate(Individual i)
Abstract method for evaluating the score of an individual. |
IndividualStream |
ScoreEvaluation.process(IndividualStream is)
Evaluates all individuals in a stream. |
Uses of ScoreEvaluationException in mss.ea.ex.salesman |
Methods in mss.ea.ex.salesman that throw ScoreEvaluationException | |
Score |
SalesmanCalc.evaluate(Individual i)
|
Uses of ScoreEvaluationException in mss.ea.ex.sphere |
Methods in mss.ea.ex.sphere that throw ScoreEvaluationException | |
Score |
SphereCalc.evaluate(Individual ind)
|
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |