templr - MASCOTNUM Algorithms Template Tools
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().