Click or drag to resize

MultivariableFunctionSolverFunction 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 SolvableMultivariableFunction Function { get; set; }

Property Value

Type: SolvableMultivariableFunction
See Also