Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/15 10:24:44 (9 years ago)
Author:
gkronber
Message:

#2472:

  • deleted unused files
  • removed createable attribute from outdated implementation of GrammaticalEvolution problems
File:
1 edited

Legend:

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

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