Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 18:32:07 (14 years ago)
Author:
abeham
Message:

updated Evolution Stratgy #932
StrategyParameters moved completely out of the ES into the encoding and problem, because they are inherently problem specific
The ProblemDimension and a few other parameters of ES were removed
Fixed a few bugs also and added some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Creators/UniformRandomRealVectorCreator.cs

    r3160 r3336  
    3434  [Item("UniformRandomRealVectorCreator", "An operator which creates a new random real vector with each element uniformly distributed in a specified range.")]
    3535  [StorableClass]
    36   public class UniformRandomRealVectorCreator : RealVectorCreator {
     36  public class UniformRandomRealVectorCreator : RealVectorCreator, IStrategyParameterCreator {
    3737    /// <summary>
    3838    /// Generates a new random real vector with the given <paramref name="length"/> and in the interval [min,max).
Note: See TracChangeset for help on using the changeset viewer.