Changeset 15366 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems
- Timestamp:
- 09/17/17 23:27:05 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/MirrorImage.cs
r15334 r15366 3 3 4 4 public class MirrorImage : BenchmarkSuiteDataDescriptor { 5 private const string name = "Mirror Image - Easy";5 private const string name = "Mirror Image - Medium"; 6 6 private const string fileName = "MirrorImage.csv"; 7 7 private const string description = "Given two vectors of integers, return true if one vector is the reverse of the other, and false otherwise."; -
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/VectorAverage.cs
r15341 r15366 4 4 5 5 public class VectorAverage : BenchmarkSuiteDataDescriptor { 6 private const string name = "Vector Average - Medium";6 private const string name = "Vector Average - Hard"; 7 7 private const string fileName = "VectorAverage.csv"; 8 8 private const string description = "Given a vector of floats, return the average of those floats. Results are rounded to 4 decimal places.";
Note: See TracChangeset
for help on using the changeset viewer.