Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 15:21:34 (15 years ago)
Author:
gkronber
Message:

Refactored symbolic expression tree encoding and problem classes for symbolic regression. #937 , #938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/Symbols/Prog3.cs

    r3376 r3462  
    2424using HeuristicLab.Core;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    26 namespace HeuristicLab.Problems.ArtificialAnt {
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
     27namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    2728  [StorableClass]
    2829  [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.