ParameterOptimizerIterationResults.CostFunctionSettings 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CostFunctionSettings CostFunctionSettings { get; }
Public ReadOnly Property CostFunctionSettings As CostFunctionSettings
Get
public:
property CostFunctionSettings^ CostFunctionSettings {
CostFunctionSettings^ get ();
}
member CostFunctionSettings : CostFunctionSettings with get
Property Value
Type:
CostFunctionSettings
See Also