| ParameterOptimizerCostFunction Property  | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
CostFunctionSettings See Also
See Also