Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12916


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
Location:
trunk/sources
Files:
5 deleted
2 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 {
  • trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs

    r12504 r12916  
    3737        "Represents grammatical evolution for single objective symbolic regression problems.")]
    3838  [StorableClass]
    39   [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 180)]
    4039  public class GESymbolicRegressionSingleObjectiveProblem : GESymbolicDataAnalysisSingleObjectiveProblem<IRegressionProblemData, IGESymbolicRegressionSingleObjectiveEvaluator, IIntegerVectorCreator>,
    4140                                                            IRegressionProblem {
Note: See TracChangeset for help on using the changeset viewer.