Last change
on this file since 15945 was
15275,
checked in by pkimmesw, 7 years ago
|
#2665 Added PlushEncoding, ZeroErrorDistributionAnalzer
|
File size:
753 bytes
|
Line | |
---|
1 | namespace HeuristicLab.Problems.ProgramSynthesis.Push.Manipulator {
|
---|
2 | using HeuristicLab.Core;
|
---|
3 | using HeuristicLab.Data;
|
---|
4 | using HeuristicLab.Optimization;
|
---|
5 | using HeuristicLab.Problems.ProgramSynthesis.Base.Erc;
|
---|
6 | using HeuristicLab.Problems.ProgramSynthesis.Push.Configuration;
|
---|
7 | using HeuristicLab.Problems.ProgramSynthesis.Push.Encoding;
|
---|
8 |
|
---|
9 | public interface IPlushManipulator : IPlushOperator, IManipulator {
|
---|
10 | IValueLookupParameter<PercentValue> InInstructionProbabilityParameter { get; }
|
---|
11 | IValueLookupParameter<IReadOnlyErcOptions> ErcOptionsParameter { get; }
|
---|
12 | IValueLookupParameter<IReadOnlyExpressionsConfiguration> InstructionsParameter { get; }
|
---|
13 | ILookupParameter<PlushVector> PlushVectorParameter { get; }
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.