Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/10 00:26:13 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/PermutationCrossover.cs

    r2907 r2947  
    4747      Parameters.Add(new LookupParameter<IRandom>("Random", "The pseudo random number generator which should be used for stochastic crossover operators."));
    4848      Parameters.Add(new SubScopesLookupParameter<Permutation>("Parents", "The parent permutations which should be crossed."));
     49      ParentsParameter.ActualName = "Permutation";
    4950      Parameters.Add(new LookupParameter<Permutation>("Child", "The child permutation resulting from the crossover."));
     51      ChildParameter.ActualName = "Permutation";
    5052    }
    5153
Note: See TracChangeset for help on using the changeset viewer.