Click or drag to resize
Accord.NET (logo)

TabuSearchExplorationSetTabuAction Method

Set tabu action.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void SetTabuAction(
	int action,
	int tabuTime
)
Request Example View Source

Parameters

action
Type: SystemInt32
Action to set tabu for.
tabuTime
Type: SystemInt32
Tabu time in iterations.
See Also