|
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
)
Public Sub SetTabuAction (
action As Integer,
tabuTime As Integer
)
Request Example
View SourceParameters
- action
- Type: SystemInt32
Action to set tabu for. - tabuTime
- Type: SystemInt32
Tabu time in iterations.
See Also