Skip to contents

Consolidates all parameters needed for FB4 execution into a single plan object. Handles method auto-detection, backend selection, and parameter validation.

Usage

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,
  ...
)

Arguments

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

Value

List with complete execution plan