Click or drag to resize

OptimizerMultivariableFunctionApplyResults Method

For OptimizerMultivariableFunctions that have state, there may be times when that state should be manually set on a function (sometimes for performance reasons, when the function will be called multiple times and it should start from where it left off). This method will manually set that state, if needed.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual void ApplyResults(
	OptimizerMultivariableFunctionResults results
)

Parameters

results
Type: AGI.Foundation.NumericalMethodsOptimizerMultivariableFunctionResults
The results to apply.
See Also