MechanismSolverSettingsAspect Properties |
The MechanismSolverSettingsAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| app | (Inherited from VisualAspect.) | |
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| BindingInterface | (Inherited from BindableVisualAspect.) | |
| BindingNameStore |
Manages binding names for aspect bindable items.
(Inherited from AspectComponentBase.) | |
| document | (Inherited from VisualAspect.) | |
| GradientEpsilon | The epsilon value that specifies the minimum change in the length of the gradient vector between iterations for the solver to continue. | |
| Id | (Inherited from SerializableObject.) | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled |
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.) | |
| IsReadOnly |
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.) | |
| MaximumInnerIterations | The maximum number of inner iterations to perform. Inner iterations are used to find the minimum objective function value for a given penalty multiple. | |
| OuterIterations | The number of solves to perform, each time ramping the penalty multiple according to the penalty profile. | |
| PenaltyMultipleEnd | The penalty multiple to use for the last outer iteration. | |
| PenaltyMultipleStart | The penalty multiple to use for the first outer iteration in cases where more than one outer iteration is being performed. | |
| PenaltyProfile | The profile used to vary the penalty multiple over the outer iterations. | |
| ValueEpsilon | The epsilon value that specifies the minimum change in objective function value between inner iterations for the solver to continue. | |
| ValueTarget | The target/optimum value for the objective function. | |
| VariableEpsilon | The epsilon value that specifies the minuimum change in the length of the variable vector between iterations for the solver to continue. | |
| Visual | (Inherited from VisualAspect.) |