Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 02:34:08 (13 years ago)
Author:
swagner
Message:

Enabled batch runs to deal with optimizers (#1378)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Experiment.cs

    r5287 r5300  
    3030namespace HeuristicLab.Optimization {
    3131  /// <summary>
    32   /// An experiment which contains multiple batch runs of algorithms.
     32  /// An experiment which contains multiple algorithms, batch runs or other experiments.
    3333  /// </summary>
    34   [Item("Experiment", "An experiment which contains multiple batch runs of algorithms.")]
     34  [Item("Experiment", "An experiment which contains multiple algorithms, batch runs or other experiments.")]
    3535  [Creatable("Testing & Analysis")]
    3636  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.