Last change
on this file since 13337 was
7912,
checked in by spimming, 12 years ago
|
#1807:
- adapted plugin frame
- added new wizard page to view generated experiment
- generate experiments in backgroundworker
|
File size:
364 bytes
|
Line | |
---|
1 |
|
---|
2 | using HeuristicLab.Optimization;
|
---|
3 | using HeuristicLab.Problems.DataAnalysis;
|
---|
4 | namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard {
|
---|
5 | public class DataAnalysisWizardContext {
|
---|
6 | public IDataAnalysisProblem Problem { get; set; }
|
---|
7 | public string SelectedAnalysis { get; set; }
|
---|
8 | public Experiment Experiment { get; set; }
|
---|
9 | }
|
---|
10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.