Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 17:09:45 (15 years ago)
Author:
epitzer
Message:

Fix EmptyStorableClass attributes. (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/3.3/UniformRandomizer.cs

    r1530 r1853  
    2626using HeuristicLab.Data;
    2727using HeuristicLab.Constraints;
     28using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2829
    2930namespace HeuristicLab.Random {
     
    3132  /// Uniformly distributed random number generator.
    3233  /// </summary>
     34  [EmptyStorableClass]
    3335  public class UniformRandomizer : OperatorBase {
    3436    private static int MAX_NUMBER_OF_TRIES = 100;
Note: See TracChangeset for help on using the changeset viewer.