Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/10 15:30:26 (14 years ago)
Author:
abeham
Message:

Updated operators for real vector encoding #890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.RealVector/3.3/RealVectorCreator.cs

    r2900 r2969  
    5555      Parameters.Add(new LookupParameter<DoubleArrayData>("RealVector", "The vector which should be manipulated."));
    5656      Parameters.Add(new ValueLookupParameter<IntData>("Length", "The length of the vector."));
     57      Parameters.Add(new ValueLookupParameter<DoubleData>("Minimum", "The lower bound for each element in the vector."));
     58      Parameters.Add(new ValueLookupParameter<DoubleData>("Maximum", "The upper bound for each element in the vector."));
    5759    }
    5860
Note: See TracChangeset for help on using the changeset viewer.