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: 19.00.00
Syntax
C#
public int MaximumInnerIterations { get; set; }

Property Value

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