Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14603 was 14513, checked in by pkimmesw, 7 years ago

#2665 Added Problem.ProgramSynthesis Project, Fixed Expression Issues, Fixed Code Generation

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.