Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs

    r12012 r12504  
    4040namespace HeuristicLab.Problems.GrammaticalEvolution {
    4141  [Item("Grammatical Evolution Artificial Ant Problem", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")]
    42   [Creatable("Problems")]
     42  [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)]
    4343  [StorableClass]
    4444  public sealed class GEArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<GEArtificialAntEvaluator, IIntegerVectorCreator>, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.