public class RosenbrockFunction extends Object implements Function
Modifier and Type | Field and Description |
---|---|
static FunctionVec |
GRADIENT
The gradient of the Rosenbrock function
|
Constructor and Description |
---|
RosenbrockFunction() |
Modifier and Type | Method and Description |
---|---|
double |
f(double... x) |
double |
f(Vec x) |
FunctionVec |
getDerivative()
Returns the gradient of the Rosenbrock function
|
public static final FunctionVec GRADIENT
Copyright © 2017. All rights reserved.