Initializes a new instance of the TabuSearchExploration class.

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

Syntax

C#
public TabuSearchExploration(
	int actions,
	IExplorationPolicy basePolicy
)

Parameters

actions
Type: System..::.Int32
Total actions count.
basePolicy
Type: AForge.MachineLearning..::.IExplorationPolicy
Base exploration policy.

See Also