Package: optimCheck Type: Package Title: Graphical and Numerical Checks for Mode-Finding Routines Version: 1.0.1 Date: 2024-09-04 Authors@R: person(given = "Martin", family = "Lysy", role = c("aut", "cre"), email = "mlysy@uwaterloo.ca") Description: Tools for checking that the output of an optimization algorithm is indeed at a local mode of the objective function. This is accomplished graphically by calculating all one-dimensional "projection plots" of the objective function, i.e., varying each input variable one at a time with all other elements of the potential solution being fixed. The numerical values in these plots can be readily extracted for the purpose of automated and systematic unit-testing of optimization routines. URL: https://github.com/mlysy/optimCheck, https://mlysy.github.io/optimCheck/ BugReports: https://github.com/mlysy/optimCheck/issues License: GPL-3 Imports: stats, graphics RoxygenNote: 7.3.1 Encoding: UTF-8 Suggests: testthat, quantreg, mclust, knitr, rmarkdown VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Repository: https://mlysy.r-universe.dev Date/Publication: 2024-09-05 19:20:53 UTC RemoteUrl: https://github.com/mlysy/optimcheck RemoteRef: HEAD RemoteSha: 2bc3dc7f90c78ac4753fddc147aedcf30370eb29 NeedsCompilation: no Packaged: 2026-06-12 09:55:00 UTC; root Author: Martin Lysy [aut, cre] Maintainer: Martin Lysy