Last change
on this file since 17432 was
15771,
checked in by bburlacu, 7 years ago
|
#2895: Add solution skeleton for PushGP with genealogy analysis.
|
File size:
317 bytes
|
Rev | Line | |
---|
[15771] | 1 | using System.Collections.Generic;
|
---|
| 2 | |
---|
| 3 | namespace HeuristicLab.Problems.ProgramSynthesis { |
---|
[14834] | 4 | public interface IInternalPushInterpreter : IPushInterpreter {
|
---|
| 5 | InterpreterPoolContainer PoolContainer { get; }
|
---|
| 6 | bool IsNameQuoteFlagSet { get; set; }
|
---|
[15189] | 7 | IReadOnlyList<Expression> InputExpressions { get; }
|
---|
[14834] | 8 | }
|
---|
| 9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.