Skip to content

Commit

Permalink
break more lines in examples [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-r committed Mar 9, 2017
1 parent aa744d2 commit 16e5137
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions inst/examples/ex_1d_noisy_numeric.R
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ ctrl = makeMBOControl(
)
ctrl = setMBOControlTermination(ctrl, iters = 5L)

ctrl = setMBOControlInfill(ctrl, crit = makeMBOInfillCritEI(), opt = "focussearch",
opt.focussearch.points = 500L)
ctrl = setMBOControlInfill(ctrl, crit = makeMBOInfillCritEI(),
opt = "focussearch", opt.focussearch.points = 500L)

lrn = makeMBOLearner(ctrl, obj.fun)

4 changes: 2 additions & 2 deletions inst/examples/ex_1d_numeric.R
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ obj.fun = makeSingleObjectiveFunction(

ctrl = makeMBOControl(propose.points = 1)
ctrl = setMBOControlTermination(ctrl, iters = 10L)
ctrl = setMBOControlInfill(ctrl, crit = makeMBOInfillCritEI(), opt = "focussearch",
opt.focussearch.points = 500L)
ctrl = setMBOControlInfill(ctrl, crit = makeMBOInfillCritEI(),
opt = "focussearch", opt.focussearch.points = 500L)

lrn = makeMBOLearner(ctrl, obj.fun)

8 changes: 4 additions & 4 deletions man/mlrMBO_examples.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16e5137

Please sign in to comment.