Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/IPooledObject.cs @ 15189

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

#2665 Fixed small issues, testet benchmark suite, added INX Expressions

File size: 151 bytes
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Data.Pool {
2  public interface IPooledObject {
3    void Init();
4    void Reset();
5  }
6}
Note: See TracBrowser for help on using the repository browser.