NelderMeadSolver.Result Property

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

Indicates the type of result (for example, LocalOptimal).

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

Implements

INonlinearSolution.Result

.NET Framework Security

See Also

Reference

NelderMeadSolver Class

Microsoft.SolverFoundation.Solvers Namespace