ParameterOptimizerCostFunction Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CostFunctionSettings CostFunction { get; set; }
Public Property CostFunction As CostFunctionSettings
Get
Set
public:
property CostFunctionSettings^ CostFunction {
CostFunctionSettings^ get ();
void set (CostFunctionSettings^ value);
}
member CostFunction : CostFunctionSettings with get, set
Property Value
Type:
CostFunctionSettingsSee Also