Package de.jungblut.math.minimize
Class CostGradientTuple
- java.lang.Object
-
- de.jungblut.math.minimize.CostGradientTuple
-
public class CostGradientTuple extends java.lang.ObjectMore readable variant of the before used Tuple<> inCostFunction.- Author:
- thomas.jungblut
-
-
Constructor Summary
Constructors Constructor Description CostGradientTuple(double cost, de.jungblut.math.DoubleVector gradient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCost()de.jungblut.math.DoubleVectorgetGradient()
-