public interface IterationCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onIterationFinished(int iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights)
This callback is called from a
AbstractMinimizer when a iteration
of a minimization objective is finished. |
void onIterationFinished(int iteration,
double cost,
de.jungblut.math.DoubleVector currentWeights)
AbstractMinimizer when a iteration
of a minimization objective is finished.iteration - the number of the current iteration.cost - the cost at the current iteration.currentWeights - the current optimal weights.Copyright © 2016. All rights reserved.