source:
branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/ITradingRulesSolution.cs
Last change on this file was 9262, checked in by sluengo, 12 years ago | |
---|---|
File size: 413 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using HeuristicLab.Problems.DataAnalysis.Symbolic.Regression; |
6 | using HeuristicLab.Problems.DataAnalysis.Symbolic; |
7 | |
8 | namespace HeuristicLab.Problems.TradeRules |
9 | { |
10 | public interface ITradingRulesSolution : ITradeRulesSolution, ISymbolicDataAnalysisSolution { |
11 | new ISymbolicRegressionModel Model { get; } |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.