UnconstrainedNonlinearModel.FunctionEvaluator Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Function value callback.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property FunctionEvaluator As Func
public Func FunctionEvaluator { get; set; }
public:
virtual property Func^ FunctionEvaluator {
Func^ get () sealed;
void set (Func^ value) sealed;
}
abstract FunctionEvaluator : Func with get, set
override FunctionEvaluator : Func with get, set
final function get FunctionEvaluator () : Func
final function set FunctionEvaluator (value : Func)
Property Value
Type: System.Func<T1, T2, T3, T4, TResult>
Implements
INonlinearModel.FunctionEvaluator
Remarks
This callback must be set before solving the model
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.