|
||||||||||
| 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 | |
void |
evaluate(Trial trial)
Deprecated. Evaluate the trial. |
| Method Detail |
public void evaluate(Trial trial)
trial - The trial to evaluate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||