Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/17 11:57:42 (7 years ago)
Author:
pkimmesw
Message:

#2665 Storable problem data, Renamings due to typos, Removed GP from class names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/ProblemTests.cs

    r14727 r14733  
    141141
    142142      Expression bestProgram = null;
    143       var config = new PushGpConfiguration { EvalPushLimit = 4096 };
    144       var pool = new PushGpInterpreterPool(config);
     143      var config = new PushConfiguration { EvalPushLimit = 4096 };
     144      var pool = new PushInterpreterPool(config);
    145145
    146146      var instance = new BenchmarkSuiteInstanceProvider();
Note: See TracChangeset for help on using the changeset viewer.