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/SingleObjectiveEvaluator.cs

    r11396 r11405  
    6767      var random = RandomParameter.ActualValue;
    6868      var host = ProblemDefinitionParameter.ActualValue;
    69       if (host.Instance == null) throw new InvalidOperationException("Script instance is null, maybe the code doesn't compile.");
     69      if (host.Instance == null) throw new InvalidOperationException("Problem definition is not available.");
    7070      var config = ConfigurationParameter.ActualValue;
    7171      var vector = Helper.Extract(ExecutionContext.Scope, config);
Note: See TracChangeset for help on using the changeset viewer.