View source: R/14.1-strategy-interface.R
| create_execution_plan | R Documentation |
Consolidates all parameters needed for FB4 execution into a single plan object. Handles method auto-detection, backend selection, and parameter validation.
create_execution_plan(
bio_obj,
fit_to = NULL,
fit_value = NULL,
observed_weights = NULL,
covariates = NULL,
strategy,
backend,
first_day = 1,
last_day = NULL,
oxycal = 13560,
tolerance = 0.001,
max_iterations = 25,
verbose = FALSE,
...
)
bio_obj |
Bioenergetic object |
fit_to |
Target type for fitting |
fit_value |
Target value for fitting |
observed_weights |
Vector of observed weights (for MLE/bootstrap) |
strategy |
Execution method ("binary_search", "optim", "mle", "bootstrap", "hierarchical") |
backend |
Backend selection ("r", "tmb") |
first_day |
First simulation day |
last_day |
Last simulation day |
... |
Additional parameters |
List with complete execution plan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.