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