Click or drag to resize

SolverConstraintSettingsWeight Property

Gets or sets a value multiplied by the constraint error to prioritize or de-prioritize it with respect to other constraints or the cost function. The weight defaults to 1.0 (no weighting).

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double Weight { get; set; }

Property Value

Type: Double
See Also