public interface CostFunction
| Modifier and Type | Method and Description |
|---|---|
CostGradientTuple |
evaluateCost(de.jungblut.math.DoubleVector input)
Evaluation for the cost function to retrieve cost and gradient.
|
CostGradientTuple evaluateCost(de.jungblut.math.DoubleVector input)
input - a given input vectorCopyright © 2016. All rights reserved.