Skip to content

Commit

Permalink
Merge branch 'master' into fix201_focussearch
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-thomas committed Nov 30, 2016
2 parents d6cf2f6 + dcf3f70 commit 0febb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checkStuff.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkStuff = function(fun, par.set, design, learner, control) {

# general parameter and learner checks
if (any(vlapply(par.set$pars, inherits, what = "LearnerParam")))
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe you region of interest!")
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe your region of interest!")

if (!hasFiniteBoxConstraints(par.set))
stop("mbo requires finite box constraints!")
Expand Down

0 comments on commit 0febb72

Please sign in to comment.