Click or drag to resize
Accord.NET (logo)

NonlinearObjectiveFunction Constructor

Overload List
  NameDescription
Protected methodNonlinearObjectiveFunction
Initializes a new instance of the NonlinearObjectiveFunction class.
Public methodNonlinearObjectiveFunction(Int32, FuncDouble, Double)
Creates a new objective function specified through a string.
Public methodNonlinearObjectiveFunction(ExpressionFuncDouble, ExpressionFuncDouble)
Creates a new objective function specified through a lambda expression.
Public methodNonlinearObjectiveFunction(Int32, FuncDouble, Double, FuncDouble, Double)
Creates a new objective function specified through a string.
Top
See Also