- Timestamp:
- 04/21/10 15:21:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/Symbols/Prog3.cs
r3376 r3462 24 24 using HeuristicLab.Core; 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 namespace HeuristicLab.Problems.ArtificialAnt { 26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols; 27 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 28 [StorableClass] 28 29 [Item("Prog3", "Represents the sequence symbol with 3 sub-trees in a artificial ant expression.")]
Note: See TracChangeset
for help on using the changeset viewer.