# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "optextras" in publications use:' type: software license: GPL-2.0-only title: 'optextras: Tools to Support Optimization Possibly with Bounds and Masks' version: 2019-12.4 doi: 10.32614/CRAN.package.optextras abstract: Tools to assist in safely applying user generated objective and derivative function to optimization programs. These are primarily function minimization methods with at most bounds and masks on the parameters. Provides a way to check the basic computation of objective functions that the user provides, along with proposed gradient and Hessian functions, as well as to wrap such functions to avoid failures when inadmissible parameters are provided. Check bounds and masks. Check scaling or optimality conditions. Perform an axial search to seek lower points on the objective function surface. Includes forward, central and backward gradient approximation codes. authors: - family-names: Nash given-names: John C email: nashjc@uottawa.ca repository: https://cranhaven.r-universe.dev commit: 8c2646d1644ddc93d5b78e73756ed94d22eed4de date-released: '2019-12-04' contact: - family-names: Nash given-names: John C email: nashjc@uottawa.ca