Skip to content

Commit

Permalink
adds interim results
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Apr 5, 2019
1 parent eccf6e8 commit c04ef5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paper/08-application-multiobj.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ctrl = setMBOControlTermination(ctrl, iters = max.iters)



<<mo-run, dependson=c("mo-setup"), results='hide', eval = TRUE>>=
<<mo-run, dependson=c("mo-setup"), results='hide', eval = FALSE>>=
# Start MBO
mbo.iml = mbo(fun = obj.fun, control = ctrl)
saveRDS(mbo.iml, file = "mbo-results.RDS")
Expand Down Expand Up @@ -179,7 +179,6 @@ lrn_model_map = c("xgboost" = "gbt", "rpart" = "CART", "featureless" = "median",
best.models.print$model = lrn_model_map[best.models.print$selected.learner]
# Shorter description of learner
best.models.print$descr = apply(best.models.print, 1, function(row) {
lrn_name = params = row[param_cols]
Expand Down
Binary file added paper/mbo-results.RDS
Binary file not shown.

0 comments on commit c04ef5b

Please sign in to comment.