ParameterOptimizerIterationResultsCostFunctionSettings Property |
Gets the settings of the cost function that was computed in all of the function evaluations.
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 CostFunctionSettings { get; }
Public ReadOnly Property CostFunctionSettings As CostFunctionSettings
Get
public:
property CostFunctionSettings^ CostFunctionSettings {
CostFunctionSettings^ get ();
}
member CostFunctionSettings : CostFunctionSettings with get
Property Value
Type:
CostFunctionSettingsSee Also