Description Usage Arguments Examples
A helper to create solver
object encapsulating calls to fake_adaptive.R
.
1 | fake_adaptive_solver(nparams, nqoi, wd = tempdir(), ...)
|
nparams |
numeric scalar, number of parameters. |
nqoi |
numeric scalar, number of quantities of interest. |
wd |
character, working directory. |
... |
additional parameters passed to |
1 2 | s <- fake_adaptive_solver(3, 4)
run(s, c(-1, 5.2, 0), precision = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.