Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/10 15:43:55 (15 years ago)
Author:
gkronber
Message:

Rewrote part of network transformation code. #833 (Genetic Programming based search for equations (modeling with multiple target variables))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.Tests/SymbolicExpressionImporter.cs

    r2622 r2624  
    6464        {"open-log", new HeuristicLab.GP.StructureIdentification.Networks.OpenExp()},
    6565        {"open-exp", new HeuristicLab.GP.StructureIdentification.Networks.OpenLog()},
    66         {"open-sqr", new HeuristicLab.GP.StructureIdentification.Networks.OpenSqr()},
    67         {"open-sqrt", new HeuristicLab.GP.StructureIdentification.Networks.OpenSqrt()},
     66        //{"open-sqr", new HeuristicLab.GP.StructureIdentification.Networks.OpenSqr()},
     67        //{"open-sqrt", new HeuristicLab.GP.StructureIdentification.Networks.OpenSqrt()},
    6868        {"f1-+", new HeuristicLab.GP.StructureIdentification.Networks.AdditionF1()},
    6969        {"f1--", new HeuristicLab.GP.StructureIdentification.Networks.SubtractionF1()},
Note: See TracChangeset for help on using the changeset viewer.