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 copied
1 moved

Legend:

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

    r3097 r3100  
    2828using HeuristicLab.Selection;
    2929
    30 namespace HeuristicLab.Algorithms.TS {
     30namespace HeuristicLab.Algorithms.TabuSearch {
    3131  /// <summary>
    3232  /// An operator which represents a tabu search.
    3333  /// </summary>
    34   [Item("TSMainLoop", "An operator which represents the main loop of a tabu search.")]
     34  [Item("TabuSearchMainLoop", "An operator which represents the main loop of a tabu search.")]
    3535  [StorableClass]
    36   public class TSMainLoop : AlgorithmOperator {
     36  public class TabuSearchMainLoop : AlgorithmOperator {
    3737    #region Parameter properties
    3838    public ValueLookupParameter<IRandom> RandomParameter {
     
    8181    #endregion
    8282
    83     public TSMainLoop()
     83    public TabuSearchMainLoop()
    8484      : base() {
    8585      #region Create parameters
Note: See TracChangeset for help on using the changeset viewer.