Changeset 15780 for branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite
- Timestamp:
- 02/15/18 11:03:40 (7 years ago)
- Location:
- branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis
-
Property
svn:ignore
set to
Plugin.cs
-
Property
svn:ignore
set to
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
r15771 r15780 9 9 10 10 public abstract class BenchmarkSuiteDataDescriptor : IBenchmarkSuiteDataDescriptor { 11 private const string InstanceArchiveName = "HeuristicLab. BenchmarkSuite.Data.BenchmarkExamples.zip";11 private const string InstanceArchiveName = "HeuristicLab.Problems.ProgramSynthesis.Push.BenchmarkSuite.Data.BenchmarkExamples.zip"; 12 12 private const string ResourcePath = @".*\.Data\."; 13 13 private const char ExampleFieldDelimiter = ',';
Note: See TracChangeset
for help on using the changeset viewer.