Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/12 14:22:32 (12 years ago)
Author:
jkarder
Message:

#1331:

  • added path relinking and problem specific operators (KnapsackPathRelinker, TravelingSalesmanPathRelinker) for it
  • adjusted event handling
  • minor code improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch/HeuristicLab.Algorithms.ScatterSearch/3.3/Knapsack/NBinaryVectorCrossover.cs

    r7744 r7756  
    6464      #region Create parameters
    6565      Parameters.Add(new ScopeParameter("CurrentScope"));
    66       Parameters.Add(new LookupParameter<IRandom>("Random", "The pseudo random number generator which should be used for stochastic crossover operators."));
    67       Parameters.Add(new ScopeTreeLookupParameter<BinaryVector>("Parents", "The parent vectors which should be crossed."));
     66      Parameters.Add(new LookupParameter<IRandom>("Random"));
     67      Parameters.Add(new ScopeTreeLookupParameter<BinaryVector>("Parents"));
    6868      #endregion
    6969      ParentsParameter.ActualName = "BinaryVector";
Note: See TracChangeset for help on using the changeset viewer.