Click or drag to resize

ParameterOptimizerCostFunction Property

Gets or sets the cost function settings corresponding to the results computed by the Function. If there are no equality constraints set, then this property must not be for this optimizer to work.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CostFunctionSettings CostFunction { get; set; }

Property Value

Type: CostFunctionSettings
See Also