Package: optimflex
Type: Package
Title: Derivative-Based Optimization with User-Defined Convergence
        Criteria
Version: 0.1.0
Authors@R: 
    person("Eunseong", "Cho", 
           email = "bene@kw.ac.kr", 
           role = c("aut", "cre"))
Description: Provides a derivative-based optimization framework that allows users 
    to combine eight convergence criteria. Unlike standard optimization functions, this package includes a 
    built-in mechanism to verify the positive definiteness of the Hessian matrix 
    at the point of convergence. This additional check helps prevent the solver 
    from falsely identifying non-optimal solutions, such as saddle points, as 
    valid minima.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: numDeriv, utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-02-04 07:35:53 UTC; bene
Author: Eunseong Cho [aut, cre]
Maintainer: Eunseong Cho <bene@kw.ac.kr>
Repository: CRAN
Date/Publication: 2026-02-07 12:40:07 UTC
Built: R 4.5.2; ; 2026-02-15 02:26:30 UTC; windows
