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
.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.