Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (6 years ago)
Author:
bburlacu
Message:

#2895: Add solution skeleton for PushGP with genealogy analysis.

Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
2 added
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/WordStats.cs

    r15334 r15771  
    1 namespace HeuristicLab.BenchmarkSuite.Problems {
    2   using System;
    3   using System.Linq;
     1using System;
     2using System.Linq;
     3using HeuristicLab.Problems.ProgramSynthesis;
    44
    5   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Char;
    6   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Integer;
    7   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.IntegerVector;
    8   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.String;
    9 
     5namespace HeuristicLab.BenchmarkSuite.Problems {
    106  public class WordStats : BenchmarkSuiteDataDescriptor {
    117    private const string name = "Word Stats - Hard";
Note: See TracChangeset for help on using the changeset viewer.