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
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
NeedsCompilation: no
Packaged: 2024-09-04 20:02:50 UTC; mlysy
Author: Martin Lysy [aut, cre]
Maintainer: Martin Lysy <mlysy@uwaterloo.ca>
Repository: CRAN
Date/Publication: 2024-09-05 05:00:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:30:23 UTC; windows
