Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/10 15:10:55 (14 years ago)
Author:
abeham
Message:

Renamed TS to TabuSearch #840

Location:
trunk/sources/HeuristicLab.Algorithms.TabuSearch
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSelector.cs

    r3048 r3100  
    2929using HeuristicLab.Selection;
    3030
    31 namespace HeuristicLab.Algorithms.TS {
     31namespace HeuristicLab.Algorithms.TabuSearch {
    3232  /// <summary>
    3333  /// The tabu selector is a selection operator that separates the best n moves that are either not tabu or satisfy the default aspiration criterion from the rest. It expects the move subscopes to be sorted.
Note: See TracChangeset for help on using the changeset viewer.