Schnittstelle Function
- Alle bekannten Implementierungsklassen:
NegLogLikelihood
,ParallelNegLogLikelihood
,QNMinimizer.L2RegFunction
public interface Function
Interface for a function.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
double[]
gradientAt
(double[] x) double
valueAt
(double[] x)
-
Methodendetails
-
getDimension
int getDimension() -
valueAt
double valueAt(double[] x) -
gradientAt
double[] gradientAt(double[] x)
-