Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs
r13269 r13368 35 35 [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")] 36 36 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)] 37 [StorableClass ]37 [StorableClass("F722FA09-B8E2-4C8A-B81A-B13C9DBC6F23")] 38 38 public sealed class Problem : SymbolicExpressionTreeProblem, IStorableContent { 39 39 -
branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs
r13269 r13368 32 32 /// </summary> 33 33 [Item("AntTrail", "Represents a trail of an artificial ant which can be visualized in the GUI.")] 34 [StorableClass ]34 [StorableClass("2B4B2242-3BA5-40F4-9D6B-7D76568715F0")] 35 35 public sealed class Solution : Item { 36 36 public static new Image StaticItemImage {
Note: See TracChangeset
for help on using the changeset viewer.