Skip to content

Commit

Permalink
logic regression parallel backend by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksah committed Apr 19, 2024
1 parent 6e71b6c commit d6c2fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LogicRegr.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ LogicRegr = function(

return(
pinferunemjmcmc(
n.cores = ncores, report.level = report.level, simplify = TRUE,
n.cores = ncores, mcgmj = mcgmjpar, report.level = report.level, simplify = TRUE,
num.mod.best = n.mods, predict = FALSE, runemjmcmc.params = advanced
)
)
Expand Down

0 comments on commit d6c2fac

Please sign in to comment.