NelderMeadSolver.SolvedGoalCount Property

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

Represents the number of goals being solved.

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

Syntax

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

Property Value

Type: System.Int32

Implements

INonlinearSolution.SolvedGoalCount

.NET Framework Security

See Also

Reference

NelderMeadSolver Class

Microsoft.SolverFoundation.Solvers Namespace