CompactQuasiNewtonSolver.Result Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the result of a solve attempt.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Result As NonlinearResult
public NonlinearResult Result { get; }
public:
virtual property NonlinearResult Result {
    NonlinearResult get () sealed;
}
abstract Result : NonlinearResult
override Result : NonlinearResult
final function get Result () : NonlinearResult

Property Value

Type: Microsoft.SolverFoundation.Services.NonlinearResult
The result of the solve attempt.

Implements

INonlinearSolution.Result

Remarks

An example of a result is LocalOptimal.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace