source:
branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Algorithms.GeneticProgramming/IGenericSymbExprEvaluator.cs
@
12741
Last change on this file since 12741 was 11857, checked in by gkronber, 10 years ago | |
---|---|
File size: 392 bytes |
Line | |
---|---|
1 | using HeuristicLab.Core; |
2 | using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; |
3 | using HeuristicLab.Optimization; |
4 | |
5 | namespace HeuristicLab.Problems.GrammaticalOptimization { |
6 | public interface IGenericSymbExprEvaluator : ISingleObjectiveEvaluator, ISymbolicExpressionTreeOperator { |
7 | ILookupParameter<ISymbolicExpressionTree> SymbolicExpressionTreeParameter { get; } |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.