MASCOTNUM / RT-UQ Algorithms Template Tools
ask&tell component function to 'ask' where objective function gradient...
ask&tell component function to 'ask' objective function gradient evalu...
ask&tell component function to 'ask' where objective function evaluati...
ask&tell component function to 'ask' objective function evaluation.
Helper function to scale from [0,1] to [min,max]
Dependencies loader, supports many protocols like github:, gitlab:, .....
Parse algorithm string result in R list
Helper function to get $max from 'input' list
Helper function to get $min from 'input' list
Parse algorithm file and returns its (header) indos and methods
Read algorithm file and returns one header info
Apply a template algorithm file to an objective function
ask&tell component function to 'tell' objective function value to wait...
ask&tell component function to 'tell' objective function value to wait...
Helper function to scale from [min,max] to [0,1]
Helper functions for MASCOTNUM / RT-UQ <https://uq.math.cnrs.fr/> algorithm template, for design of numerical experiments practice: algorithm template parser to support MASCOTNUM specification <https://github.com/MASCOTNUM/algorithms>, '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().