Click or drag to resize

MechanismSolverSettingsAspectMaximumInnerIterations Property

The maximum number of inner iterations to perform. Inner iterations are used to find the minimum objective function value for a given penalty multiple.

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

Property Value

Int32
See Also