Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.BenchmarkSuite/Example.cs @ 14392

Last change on this file since 14392 was 14392, checked in by pkimmesw, 8 years ago

#2665 Full Push 3.0 instruction set and tests; Added first benchmark test (count odds) for random walk tests;

File size: 175 bytes
Line 
1namespace HeuristicLab.BenchmarkSuite
2{
3    public class Example
4    {
5        public string Input { get; set; }
6        public string Output { get; set; }
7    }
8}
Note: See TracBrowser for help on using the repository browser.