Releases: biocro/BioCroValidation
BioCroValidation 0.3.0
Changes in BioCroValidation Version 0.3.0 (2026-03-11)
-
Fixed typos in the help page for
objective_function, and in theadd_normfunction (defined inR/objective_function_helpers.R) -
Allowed user-supplied regularization functions
-
Allowed driver-specific initial values and parameters
-
Errors that occur while running simulations are now caught so they do not prevent an optimization from finishing
-
More options for
debug_modeare now available; the default setting (minimal) only prints info to the terminal when an issue with a simulation occurs -
Improved formatting of output from
write_module, so that initial value and parameter lists are alphabetized, equals signs are aligned, and module names are preserved -
Fixed a bug where calling
objective_functionwithdependent_arg_function = NULLandverbose_mode = TRUEcaused an error
What's Changed
- Release v0.2.0 by @eloch216 in #7
- Fix some typos by @eloch216 in #8
- Regularization function by @eloch216 in #10
- More error handling by @eloch216 in #11
- Improve write_model by @eloch216 in #12
- More ddp options by @eloch216 in #16
- Remove combine lists by @eloch216 in #17
- Release v0.3.0 by @eloch216 in #18
Full Changelog: v0.2.0...v0.3.0
BioCroValidation 0.2.0
-
Added 2002 and 2005 SoyFACE biomass and standard deviation data.
-
Added several new functions:
objective_function,update_model, andbounds_table. -
Added two new vignettes: a "Getting Started" article (
BioCroValidation.Rmd) and a user guide illustrating how to perform a model parameterization (parameterizing_soybean_biocro.Rmd).