CompactQuasiNewtonSolver.GetSolutionValue Method

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

Returns the objective value of a goal.

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

Syntax

'Declaration
Public Function GetSolutionValue ( _
    goalIndex As Integer _
) As Double
public double GetSolutionValue(
    int goalIndex
)
public:
virtual double GetSolutionValue(
    int goalIndex
) sealed
abstract GetSolutionValue : 
        goalIndex:int -> float 
override GetSolutionValue : 
        goalIndex:int -> float 
public final function GetSolutionValue(
    goalIndex : int
) : double

Parameters

Return Value

Type: System.Double
The objective value of the goal.

Implements

INonlinearSolution.GetSolutionValue(Int32)

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace