CompactQuasiNewtonSolver.SetStartingPointValue Method

Sets a value of the solution component of the initial starting point for the solver.

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

Syntax

'Declaration
Public Overridable Sub SetStartingPointValue ( _
    index As Integer, _
    value As Double _
)
public virtual void SetStartingPointValue(
    int index,
    double value
)
public:
virtual void SetStartingPointValue(
    int index, 
    double value
)
abstract SetStartingPointValue : 
        index:int * 
        value:float -> unit 
override SetStartingPointValue : 
        index:int * 
        value:float -> unit 
public function SetStartingPointValue(
    index : int, 
    value : double
)

Parameters

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace