AForge.MachineLearning.TabuSearchExploration.ResetTabuList C# (CSharp) Method

ResetTabuList() public method

Reset tabu list.
Clears tabu list making all actions allowed.
public ResetTabuList ( ) : void
return void
        public void ResetTabuList( )
        {
            Array.Clear( tabuActions, 0, actions );
        }