The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
solver_result objects (class
vector:
c("solver_result", "mle_fit_numerical", "mle_fit")).
Per-solver subclasses (mle_gradient_ascent,
mle_bfgs, etc.) are removed.$solver_info nested list.
Access solver name via result$solver_info$name, iterations
via result$solver_info$iterations, trace data via
result$solver_info$trace_data.$solver_info$composition.
Access strategy via
result$solver_info$composition$strategy, chain results via
result$solver_info$composition$chain, etc.$solver_info$diagnostics (e.g.,
$diagnostics$final_temp for sim_anneal,
$diagnostics$cycles for coordinate_ascent).is_mle_numerical() replaced by
is_solver_result().compose() removed from exports — use
chain() instead (superset with
early_stop).mle_problem() is now an S3 generic dispatching on its
first argument.algebraic.mle >= 2.0.0.mle_problem.likelihood_model(): Bridge to the
likelihood.model package. Pass a
likelihood_model object and data to auto-extract
loglik/score/fisher.fisher_scoring() now correctly reports
"fisher_scoring" as solver name (previously reported
"newton_raphson").coordinate_ascent() gains learning_rate
parameter for non-line-search mode.grid_search() now errors if the grid would exceed 1
million points.race() warns when parallel = TRUE but
future is not installed.sim_anneal() now correctly reports convergence based on
temperature cooling (previously always reported
converged = TRUE).coordinate_ascent() non-line-search mode uses scaled
gradient step instead of hardcoded 0.1 step.print.mle_trace_data() no longer accesses vector
elements before null-check.print.mle_problem() correctly detects default
(unconstrained) problems.algebraic.mle from Imports to Depends so that
generics (params(), se(),
confint(), loglik_val(), aic(),
nparams(), vcov()) are available immediately
when the package is loaded\dontrun{} to \donttest{} in
examples (CRAN policy)hypothesize to Suggestssim_anneal())coordinate_ascent())race() function for explicit parallel solver racing
with future supportchain() function for sequential composition with early
stoppingplot.mle_numerical() and
optimization_path()mle_problem() to avoid redundant
computationcli for long-running
solversmerge_traces() across composed
solversThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.