Click or drag to resize
Accord.NET (logo)

BaseOptimizationMethodOnNumberOfVariablesChanged Method

Called when the NumberOfVariables property has changed.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
protected virtual void OnNumberOfVariablesChanged(
	int numberOfVariables
)
Request Example View Source

Parameters

numberOfVariables
Type: SystemInt32
See Also