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.RealVectorEncoding/3.3/RealVectorCrossover.cs

    r3659 r3910  
    5656      Parameters.Add(new LookupParameter<IRandom>("Random", "The pseudo random number generator which should be used for stochastic crossover operators."));
    5757      Parameters.Add(new ScopeTreeLookupParameter<RealVector>("Parents", "The parent vectors which should be crossed."));
     58      ParentsParameter.ActualName = "RealVector";
    5859      Parameters.Add(new LookupParameter<RealVector>("Child", "The child vector resulting from the crossover."));
     60      ChildParameter.ActualName = "RealVector";
    5961      Parameters.Add(new ValueLookupParameter<DoubleMatrix>("Bounds", "The lower and upper bounds of the real vector."));
    6062    }
Note: See TracChangeset for help on using the changeset viewer.