Defines the common interface that all FB4 execution strategies must implement
(FB4Strategy) and provides the factory function
(create_fb4_strategy) that instantiates the correct strategy object
based on the requested method. An execution plan is first assembled by
create_execution_plan, validated for fit_to/strategy concordance by
validate_fit_to_strategy_concordance, and then passed to the
strategy's execute() method. Supported strategies are
"binary_search", "optim", "mle", "bootstrap",
"hierarchical", and "direct" (with its ration variants).
No return value; this page documents the strategy interface functions. See individual function documentation for return values.
Deslauriers, D., Chipps, S.R., Breck, J.E., Rice, J.A. and Madenjian, C.P. (2017). Fish Bioenergetics 4.0: An R-based modeling application. Fisheries, 42(11), 586–596. tools:::Rd_expr_doi("10.1080/03632415.2017.1377558")