Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemType.cs @ 15345

Last change on this file since 15345 was 15345, checked in by pkimmesw, 7 years ago

#2665 Fixed Lexicase

File size: 658 bytes
Line 
1namespace HeuristicLab.BenchmarkSuite {
2  public enum ProblemType : uint {
3    Checksum,
4    CollatzNumbers,
5    CompareStringLengths,
6    CountOdds,
7    Digits,
8    DoubleLetters,
9    EvenSquares,
10    ForLoopIndex,
11    Grades,
12    LastIndexOfZero,
13    Median,
14    MedianIntegerError,
15    MirrorImage,
16    NegativeToZero,
17    NumberIO,
18    PigLatin,
19    ReplaceSpaceWithNewline,
20    ScrabbleScore,
21    Smallest,
22    SmallOrLarge,
23    StringDifferences,
24    StringLengthsBackwards,
25    SumOfSquares,
26    SuperAnagrams,
27    Syllables,
28    VectorAverage,
29    VectorSummed,
30    WallisPi,
31    WordStats,
32    XWordLines,
33  }
34}
Note: See TracBrowser for help on using the repository browser.