Description
MASCOTNUM Algorithms Template Tools.
Description
Helper functions for MASCOTNUM algorithm template, for design of numerical experiments practice: algorithm template parser to support MASCOTNUM specification <https://www.gdr-mascotnum.fr/template.html>, 'ask & tell' decoupling injection (inspired by <https://search.r-project.org/CRAN/refmans/sensitivity/html/decoupling.html>) to use "crimped" algorithms (like uniroot(), optim(), ...) from outside R, basic template examples: Brent algorithm for 1 dim root finding and L-BFGS-B from base optim().
README.md
This R package holds helper functions for GdR MASCOT-NUM template (see https://www.gdr-mascotnum.fr/template.html for spec.).
You can install it using:
install.packages('remotes')
remotes::install_github("MASCOTNUM/templr")
(No need for any compiler, whatever OS)