Click or drag to resize

QuasiNewtonSolverSettingsMaximumInnerIterations Property

The maximum number of inner iterations to perform.

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

Property Value

Type: Int32
Remarks
Inner iterations are used to find the minimum of the penalty function for a given penalty multiple. If the solver is unable to converge to a solution then you may need to increase the number of inner iterations.
See Also