CostFunctionSettings.Weight Property |
Gets or sets a value multiplied by the cost function to prioritize or de-prioritize it
with respect to the constraint errors of any active constraints.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Weight { get; set; }
Public Property Weight As Double
Get
Set
public:
property double Weight {
double get ();
void set (double value);
}
member Weight : float with get, set
Property Value
Type:
Double
See Also