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
Syntaxpublic 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