Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/14 17:39:19 (10 years ago)
Author:
abeham
Message:

#2174: Made single-objective programmable problem compatible with scatter search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveAnalyzer.cs

    r11396 r11405  
    4949    public override IOperation Apply() {
    5050      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.");
    5252      var config = ConfigurationParameter.ActualValue;
    5353      var results = ResultsParameter.ActualValue;
Note: See TracChangeset for help on using the changeset viewer.