source:
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/IPlushOperator.cs
@
18242
Last change on this file since 18242 was 15273, checked in by pkimmesw, 7 years ago | |
---|---|
File size: 158 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Problems.ProgramSynthesis.Push.Encoding { |
2 | using HeuristicLab.Core; |
3 | |
4 | public interface IPlushOperator : IOperator { |
5 | |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.