# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "optimflex" in publications use:' type: software license: MIT title: 'optimflex: Derivative-Based Optimization with User-Defined Convergence Criteria' version: 0.1.7 doi: 10.32614/CRAN.package.optimflex abstract: 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. authors: - family-names: Cho given-names: Eunseong email: bene@kw.ac.kr repository: https://eunscho.r-universe.dev repository-code: https://github.com/eunscho/optimflex commit: 7e5afbb62b0780d1956b489aef4980910689744a url: https://github.com/eunscho/optimflex date-released: '2026-05-31' contact: - family-names: Cho given-names: Eunseong email: bene@kw.ac.kr