|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Evaluator is an interface to a custom evaluator for a specific problem. The evaluator indicates to the search algorithm whether to evaluate a trial point and if so what the score of the trial point is. Optimization is a search in a constrained space of points for a solution with an optimal score. Each problem has a custom evaluator that scores trial points so that the search algorithm can make a directed search for the best solution.
| Method Summary | |
boolean |
accept(TrialPoint point)
Deprecated. Determine whether the trial point is worth evaluating. |
double |
score(TrialPoint point)
Deprecated. Score the trial point. |
| Method Detail |
public boolean accept(TrialPoint point)
point - The trial point to test.
public double score(TrialPoint point)
point - The trial point to score.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||