Free cookie consent management tool by TermsFeed Policy Generator

source: branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/ITradingRulesSolution.cs @ 15713

Last change on this file since 15713 was 9262, checked in by sluengo, 11 years ago
File size: 413 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Problems.DataAnalysis.Symbolic.Regression;
6using HeuristicLab.Problems.DataAnalysis.Symbolic;
7
8namespace 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.