NelderMeadSolver.GetSolvedGoal Method

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

Gets information about a solved goal.

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

Syntax

'Declaration
Public Sub GetSolvedGoal ( _
    goalIndex As Integer, _
    <OutAttribute> ByRef key As Object, _
    <OutAttribute> ByRef vid As Integer, _
    <OutAttribute> ByRef minimize As Boolean, _
    <OutAttribute> ByRef optimal As Boolean _
)
public void GetSolvedGoal(
    int goalIndex,
    out Object key,
    out int vid,
    out bool minimize,
    out bool optimal
)
public:
virtual void GetSolvedGoal(
    int goalIndex, 
    [OutAttribute] Object^% key, 
    [OutAttribute] int% vid, 
    [OutAttribute] bool% minimize, 
    [OutAttribute] bool% optimal
) sealed
abstract GetSolvedGoal : 
        goalIndex:int * 
        key:Object byref * 
        vid:int byref * 
        minimize:bool byref * 
        optimal:bool byref -> unit 
override GetSolvedGoal : 
        goalIndex:int * 
        key:Object byref * 
        vid:int byref * 
        minimize:bool byref * 
        optimal:bool byref -> unit 
public final function GetSolvedGoal(
    goalIndex : int, 
    key : Object, 
    vid : int, 
    minimize : boolean, 
    optimal : boolean
)

Parameters

  • goalIndex
    Type: System.Int32
    Values should be either 0, <= goal index or < SolvedGoalCount

Implements

INonlinearSolution.GetSolvedGoal(Int32, Object%, Int32%, Boolean%, Boolean%)

.NET Framework Security

See Also

Reference

NelderMeadSolver Class

Microsoft.SolverFoundation.Solvers Namespace