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,
...
)List with complete execution plan
Bioenergetic object
Target type for fitting
Target value for fitting
Vector of observed weights (for MLE/bootstrap)
Execution method ("binary_search", "optim", "mle", "bootstrap", "hierarchical")
Backend selection ("r", "tmb")
First simulation day
Last simulation day
Additional parameters