source:
branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/ITradingRulesSolution.cs
@
12230
Last change on this file since 12230 was 9262, checked in by sluengo, 12 years ago | |
---|---|
File size: 413 bytes |
Rev | Line | |
---|---|---|
[9262] | 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.