public interface OptimizerEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Maximizable maxable,
int iter)
Performs some operation at the end of each iteration of a maximizer.
|
boolean evaluate(Maximizable maxable, int iter)
maxable - Function that's being optimized.iter - Number of just-finished iteration.Copyright © 2019 JULIE Lab, Germany. All rights reserved.