Click or drag to resize

ContinuousOptimization Methods

Methods
  NameDescription
Public methodStatic memberMaximize(FuncDoubleMatrix, Double, DoubleMatrix)
Finds the maximum of the specified objective function.
Public methodStatic memberCode exampleMaximizeTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Finds the maximum of the specified parametric objective function.
Public methodStatic memberCode exampleMinimize(FuncDoubleMatrix, Double, DoubleMatrix)
Finds the minimum of the specified objective function.
Public methodStatic memberMinimizeTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Finds the minimum of the specified parametric objective function.
Top
See Also