Package: optimizr Type: Package Title: Further Numerical Optimization Algorithms Version: 1.0.1 Authors@R: person("Lukas D", "Sauer", , "sauer@imbi.uni-heidelberg.de", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-1340-9994")) Description: 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), . Imports: stats, progressr, future.apply License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/LukasDSauer/optimizr BugReports: https://github.com/LukasDSauer/optimizr/issues Suggests: testthat (>= 3.0.0), doFuture Config/testthat/edition: 3 Repository: https://lukasdsauer.r-universe.dev Date/Publication: 2026-04-26 16:55:25 UTC RemoteUrl: https://github.com/lukasdsauer/optimizr RemoteRef: HEAD RemoteSha: 5d524c5593bdc29858323ec44ab1b38e93da39f3 NeedsCompilation: no Packaged: 2026-07-03 16:58:51 UTC; root Author: Lukas D Sauer [aut, cre] (ORCID: ) Maintainer: Lukas D Sauer