Click or drag to resize

ParameterOptimizerFunction Property

Gets or sets the function to solve. When the solver converges, this function must have been run with the variable values that converged. This behavior must be obeyed when Multithreaded is either or .

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

Property Value

Type: OptimizerMultivariableFunction
See Also