Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/12/15 20:34:01 (9 years ago)
Author:
mkommend
Message:

#2282: Moved old one-max plugins into outdated plugins folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.OneMax/3.3/OneMaxProblem.cs

    r11171 r11994  
    3434namespace HeuristicLab.Problems.OneMax {
    3535  [Item("OneMax Problem", "Represents a OneMax Problem.")]
    36   [Creatable("Problems")]
    3736  [StorableClass]
    3837  public sealed class OneMaxProblem : SingleObjectiveHeuristicOptimizationProblem<IOneMaxEvaluator, IBinaryVectorCreator>, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.