Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/09/10 12:22:18 (14 years ago)
Author:
abeham
Message:

#1034

  • Changed default actual name's of crossovers to the default name of the respective solution creator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorCrossover.cs

    r3659 r3910  
    5252      Parameters.Add(new LookupParameter<IRandom>("Random", "The pseudo random number generator which should be used for stochastic crossover operators."));
    5353      Parameters.Add(new ScopeTreeLookupParameter<BinaryVector>("Parents", "The parent vectors which should be crossed."));
     54      ParentsParameter.ActualName = "BinaryVector";
    5455      Parameters.Add(new LookupParameter<BinaryVector>("Child", "The child vector resulting from the crossover."));
     56      ChildParameter.ActualName = "BinaryVector";
    5557    }
    5658
Note: See TracChangeset for help on using the changeset viewer.