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/CreateChildrenHardWired.cs

    r1557 r1646  
    3131using HeuristicLab.Routing.TSP;
    3232
    33 namespace HeuristicLab.SGA.Hardwired {
     33namespace HeuristicLab.FixedOperators {
    3434  class CreateChildrenHardWired : OperatorBase {
    3535    ChildrenInitializer ci;
     
    120120    } // Apply
    121121  } // class CreateChildrenHardWired
    122 } // namespace HeuristicLab.SGA.Hardwired
     122} // namespace HeuristicLab.FixedOperators
Note: See TracChangeset for help on using the changeset viewer.