Last change
on this file since 15692 was
15275,
checked in by pkimmesw, 7 years ago
|
#2665 Added PlushEncoding, ZeroErrorDistributionAnalzer
|
File size:
318 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using System.Threading.Tasks;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Problems.ProgramSynthesis.Push.Analyzer
|
---|
8 | {
|
---|
9 | using HeuristicLab.Optimization;
|
---|
10 |
|
---|
11 | public interface IIndividualZeroErrorDistributionAnalyzer : IAnalyzer {
|
---|
12 |
|
---|
13 | }
|
---|
14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.