Last change
on this file since 13949 was
7912,
checked in by spimming, 13 years ago
|
#1807:
- adapted plugin frame
- added new wizard page to view generated experiment
- generate experiments in backgroundworker
|
File size:
364 bytes
|
Rev | Line | |
---|
[7824] | 1 |
|
---|
[7912] | 2 | using HeuristicLab.Optimization;
|
---|
[7824] | 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; }
|
---|
[7912] | 8 | public Experiment Experiment { get; set; }
|
---|
[7824] | 9 | }
|
---|
| 10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.