Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Example.cs @ 14746

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

#2665 PushGP HL Integration, Views, Parameters

File size: 164 bytes
Line 
1namespace HeuristicLab.Tests.Benchmark {
2  public class Example<Tin, Tout> {
3    public Tin Input { get; set; }
4
5    public Tout Output { get; set; }
6  }
7}
Note: See TracBrowser for help on using the repository browser.