Click or drag to resize

ParameterOptimizer.Function 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 true or false.

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

Property Value

Type: OptimizerMultivariableFunction
See Also