Click or drag to resize

QuasiNewtonSolverSettingsValueTarget Property

The target/optimum value for the objective function.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public double ValueTarget { get; set; }

Property Value

Type: Double
Remarks
The solver will terminate when the objective function value is within ValueEpsilon of this value.
See Also