Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 10:16:58 (15 years ago)
Author:
dtraxing
Message:

Renamed HeuristicLab.SGAHardWired Plugin to HeuristicLab.FixedOperators. (ticket #580)

Location:
trunk/sources/HeuristicLab.FixedOperators
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.FixedOperators/3.2/CreateReplacement.cs

    r1560 r1646  
    3333using System.Collections;
    3434
    35 namespace HeuristicLab.SGA.Hardwired {
     35namespace HeuristicLab.FixedOperators {
    3636  class CreateReplacement : OperatorBase {
    3737    LeftSelector ls;
     
    8383    } // Apply
    8484  } // class CreateReplacement
    85 } // namespace HeuristicLab.SGA.Hardwired
     85} // namespace HeuristicLab.FixedOperators
Note: See TracChangeset for help on using the changeset viewer.