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.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs

    r14727 r14733  
    1414    public readonly Data Data;
    1515    public readonly IRandom Random;
    16     public readonly PushGpInterpreterPool Pool;
     16    public readonly PushInterpreterPool Pool;
    1717
    1818    public PushSolution(PushProgram program, double quality, Data data,
    19       IRandom random, PushGpInterpreterPool pool)
     19      IRandom random, PushInterpreterPool pool)
    2020      : base("Solution", "A push solution.") {
    2121      Program = program;
Note: See TracChangeset for help on using the changeset viewer.