InteriorPointSolverParams.IterationStartedCallback Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the function callback for the start of each iteration.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property IterationStartedCallback As Func
public Func IterationStartedCallback { get; set; }
public:
property Func^ IterationStartedCallback {
Func^ get ();
void set (Func^ value);
}
member IterationStartedCallback : Func with get, set
function get IterationStartedCallback () : Func
function set IterationStartedCallback (value : Func)
Property Value
Type: System.Func<TResult>
The function callback for the start of each iteration.
.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.