Click or drag to resize
Accord.NET (logo)

TabuSearchExplorationBasePolicy Property

Base exploration policy.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IExplorationPolicy BasePolicy { get; set; }
Request Example View Source

Property Value

Type: IExplorationPolicy
Remarks
Base exploration policy is the policy, which is used to choose from non-tabu actions.
See Also