|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The Rosenbrock Function. More...
Inheritance diagram for NumLib.RosenbrockFunction:
Collaboration diagram for NumLib.RosenbrockFunction:Public Member Functions | |
| override double | Value (double[] parameters) |
| Returns function value at the specified parameters. More... | |
| override double[] | Gradient (double[] parameters) |
| Returns function value at the specified parameters. More... | |
Properties | |
| override string | Description [get] |
Properties inherited from NumLib.FunctionWithGradient | |
| abstract string | Description [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from NumLib.FunctionWithGradient | |
| static double | Norm (double[] x) |
| Calculates and returns Euclidean norm of the specified vector. More... | |
| static string | ArrayToString (double[] x) |
The Rosenbrock Function.
|
inlinevirtual |
Returns function value at the specified parameters.
| parameters | Parameters where function is evaluated. |
Implements NumLib.FunctionWithGradient.
Referenced by NumLib.ExampleAlgLib2008.OptimizeRosenbrock().
|
inlinevirtual |
Returns function value at the specified parameters.
| parameters | Parameters where function is evaluated. |
Implements NumLib.FunctionWithGradient.
Referenced by NumLib.ExampleAlgLib2008.OptimizeRosenbrock().
|
get |
Referenced by NumLib.ExampleAlgLib2008.OptimizeRosenbrock().