Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/11 10:54:30 (13 years ago)
Author:
abeham
Message:

#1344

  • Added EvaluatedSolutions result to GeneticAlgorithm
  • Updated the GA and SGP samples (GA samples with parallel engine, SGP with sequential engine)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVectorCreator.cs

    r4722 r5346  
    6262      Parameters.Add(new LookupParameter<IntegerVector>("IntegerVector", "The vector which should be manipulated."));
    6363      Parameters.Add(new ValueLookupParameter<IntValue>("Length", "The length of the vector."));
    64       Parameters.Add(new ValueLookupParameter<IntValue>("Minimum", "The lower bound for each element in the vector."));
    65       Parameters.Add(new ValueLookupParameter<IntValue>("Maximum", "The upper bound for each element in the vector."));
     64      Parameters.Add(new ValueLookupParameter<IntValue>("Minimum", "The inclusive lower bound for each element in the vector."));
     65      Parameters.Add(new ValueLookupParameter<IntValue>("Maximum", "The exclusive upper bound for each element in the vector."));
    6666    }
    6767
Note: See TracChangeset for help on using the changeset viewer.