Changeset 12931 for branches/crossvalidation-2434/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs
- Timestamp:
- 09/02/15 13:16:18 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.ArtificialAnt
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.ArtificialAnt (added) merged: 12895-12896,12898,12900-12901,12903,12905,12916
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs
r12504 r12931 35 35 namespace HeuristicLab.Problems.ArtificialAnt { 36 36 [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")] 37 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)]38 37 [StorableClass] 39 38 public sealed class ArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<Evaluator, ISymbolicExpressionTreeCreator>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.