CompactQuasiNewtonSolver.GradientAndValueAtPoint Property

Gets or sets the function value and gradient at a specific point.

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

Syntax

'Declaration
Public Overridable Property GradientAndValueAtPoint As CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint
    Get
    Set
public virtual CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint GradientAndValueAtPoint { get; set; }
public:
virtual property CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint^ GradientAndValueAtPoint {
    CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint^ get ();
    void set (CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint^ value);
}
abstract GradientAndValueAtPoint : CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint with get, set
override GradientAndValueAtPoint : CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint with get, set
function get GradientAndValueAtPoint () : CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint
function set GradientAndValueAtPoint (value : CompactQuasiNewtonSolver..::..GetGradientAndValueAtPoint)

Property Value

Type: Microsoft.SolverFoundation.Solvers.CompactQuasiNewtonSolver.GetGradientAndValueAtPoint
The function value. In addition, the values of gradientVector are set.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace