Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/15 20:11:35 (9 years ago)
Author:
gkronber
Message:

#2283: cleanup and included HeuristicLab.dlls to create a self-contained branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Common/ExpressionExtender.cs

    r11972 r11981  
    1111namespace HeuristicLab.Algorithms.Bandits {
    1212  // helper to create canonical forms of expressions
     13  // NOTE: Not implemented yet (see unit test for divisions)
    1314  // TODO: change symbolicregressionpoly10problem to use this class
    1415  // this does not support expressions with constants (in transformations we assume constant opt is used)
     
    3031
    3132    public string CanonicalRepresentation(string phrase) {
     33      throw new NotImplementedException();
    3234      InitLex(phrase);
    3335      var e = CanonicalExpr();
Note: See TracChangeset for help on using the changeset viewer.