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/AntInterpreter.cs

    r3457 r3462  
    2525using HeuristicLab.Data;
    2626using System.Collections.Generic;
    27 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.GeneralSymbols;
     27using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
     28using HeuristicLab.Problems.ArtificialAnt.Symbols;
    2829
    2930namespace HeuristicLab.Problems.ArtificialAnt {
Note: See TracChangeset for help on using the changeset viewer.