Set tabu action.

Namespace:  AForge.MachineLearning
Assembly:  AForge.MachineLearning (in AForge.MachineLearning.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void SetTabuAction(
	int action,
	int tabuTime
)

Parameters

action
Type: System..::.Int32
Action to set tabu for.
tabuTime
Type: System..::.Int32
Tabu time in iterations.

See Also