Click or drag to resize
Accord.NET (logo)

NonlinearConstraint Constructor

Overload List
  NameDescription
Protected methodNonlinearConstraint
Creates an empty nonlinear constraint.
Public methodNonlinearConstraint(Int32, ExpressionFuncDouble, Boolean, FuncDouble, Double)
Constructs a new nonlinear constraint.
Public methodNonlinearConstraint(IObjectiveFunction, ExpressionFuncDouble, Boolean, FuncDouble, Double)
Constructs a new nonlinear constraint.
Public methodNonlinearConstraint(Int32, FuncDouble, Double, ConstraintType, Double, FuncDouble, Double, Double)
Constructs a new nonlinear constraint.
Public methodNonlinearConstraint(IObjectiveFunction, FuncDouble, Double, ConstraintType, Double, FuncDouble, Double, Double)
Constructs a new nonlinear constraint.
Public methodNonlinearConstraint(IObjectiveFunction, ExpressionFuncDouble, ConstraintType, Double, ExpressionFuncDouble, Double)
Constructs a new nonlinear constraint.
Top
See Also