TargetedSegmentListOptimizerFunction.ApplyResults 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.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override void ApplyResults(
OptimizerMultivariableFunctionResults results
)
Public Overrides Sub ApplyResults (
results As OptimizerMultivariableFunctionResults
)
public:
virtual void ApplyResults(
OptimizerMultivariableFunctionResults^ results
) override
abstract ApplyResults :
results : OptimizerMultivariableFunctionResults -> unit
override ApplyResults :
results : OptimizerMultivariableFunctionResults -> unit
Parameters
- results
- Type: AGI.Foundation.NumericalMethods.OptimizerMultivariableFunctionResults
The results to apply.
See Also