Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Creators/RandomBinaryVectorCreator.cs

    r3376 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    26 using HeuristicLab.Common;
    2722using HeuristicLab.Core;
    2823using HeuristicLab.Data;
     
    3530  [Item("RandomBinaryVectorCreator", "An operator which creates a new random binary vector with each element randomly initialized.")]
    3631  [StorableClass]
    37   public class RandomBinaryVectorCreator: BinaryVectorCreator {
     32  public class RandomBinaryVectorCreator : BinaryVectorCreator {
    3833    /// <summary>
    3934    /// Generates a new random binary vector with the given <paramref name="length"/>.
Note: See TracChangeset for help on using the changeset viewer.