Changeset 13278 for stable/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 11/19/15 11:38:16 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12895-12906
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.ArtificialAnt
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.ArtificialAnt merged: 12895-12896,12898,12900-12901,12903,12905
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs
r12708 r13278 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.