public final class NegatedCostFunction extends Object implements CostFunction
| Constructor and Description |
|---|
NegatedCostFunction(CostFunction minableCostFunction) |
| Modifier and Type | Method and Description |
|---|---|
CostGradientTuple |
evaluateCost(de.jungblut.math.DoubleVector input)
Evaluation for the cost function to retrieve cost and gradient.
|
public NegatedCostFunction(CostFunction minableCostFunction)
public CostGradientTuple evaluateCost(de.jungblut.math.DoubleVector input)
CostFunctionevaluateCost in interface CostFunctioninput - a given input vectorCopyright © 2016. All rights reserved.