Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/DataAnalysisWizardContext.cs @ 11842

Last change on this file since 11842 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
RevLine 
[7824]1
[7912]2using HeuristicLab.Optimization;
[7824]3using HeuristicLab.Problems.DataAnalysis;
4namespace 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.