Click or drag to resize

MultivariableFunctionSolver.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: 25.1.421.0 (25.1.421.0)
Syntax
public SolvableMultivariableFunction Function { get; set; }

Property Value

Type: SolvableMultivariableFunction
See Also