Changeset 11405 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveAnalyzer.cs
- Timestamp:
- 09/29/14 17:39:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveAnalyzer.cs
r11396 r11405 49 49 public override IOperation Apply() { 50 50 var host = ProblemDefinitionParameter.ActualValue; 51 if (host.Instance == null) throw new InvalidOperationException(" Script instance is null, maybe the code doesn't compile.");51 if (host.Instance == null) throw new InvalidOperationException("Problem definition is not available."); 52 52 var config = ConfigurationParameter.ActualValue; 53 53 var results = ResultsParameter.ActualValue;
Note: See TracChangeset
for help on using the changeset viewer.