Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 15:21:34 (14 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/Move.cs

    r3376 r3462  
    2424using HeuristicLab.Common;
    2525using HeuristicLab.Core;
    26 namespace HeuristicLab.Problems.ArtificialAnt {
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
     27namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    2728  [StorableClass]
    2829  [Item("Move", "Represents the move-forward symbol in a artificial ant expression.")]
Note: See TracChangeset for help on using the changeset viewer.