# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "optimizr" in publications use:' type: software license: MIT title: 'optimizr: Further Numerical Optimization Algorithms' version: 1.0.1 doi: 10.32614/CRAN.package.optimizr abstract: A collection of numerical optimization algorithms. One is a simple implementation of the primitive grid search algorithm, the other is an extension of the simulated annealing algorithm that can take custom boundaries into account. The methodology for this bounded simulated annealing algorithm is due to Haario and Saksman (1991), . authors: - family-names: Sauer given-names: Lukas D email: sauer@imbi.uni-heidelberg.de orcid: https://orcid.org/0000-0002-1340-9994 repository: https://lukasdsauer.r-universe.dev repository-code: https://github.com/LukasDSauer/optimizr commit: 5d524c5593bdc29858323ec44ab1b38e93da39f3 url: https://github.com/LukasDSauer/optimizr date-released: '2026-04-26' contact: - family-names: Sauer given-names: Lukas D email: sauer@imbi.uni-heidelberg.de orcid: https://orcid.org/0000-0002-1340-9994