Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Tests/Benchmark/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: 182 bytes
Line 
1namespace HeuristicLab.Tests.Benchmark
2{
3    public class Example<Tin, Tout>
4    {
5        public Tin Input { get; set; }
6        public Tout Output { get; set; }
7    }
8}
Note: See TracBrowser for help on using the repository browser.