# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "BarBorGradient" in publications use:' type: software license: GPL-3.0-only title: 'BarBorGradient: Function Minimum Approximator' version: 1.0.5 doi: 10.32614/CRAN.package.BarBorGradient abstract: Tool to find where a function has its lowest value(minimum). The functions can be any dimensions. Recommended use is with eps=10^-10, but can be run with 10^-20, although this depends on the function. Two more methods are in this package, simple gradient method (Gradmod) and Powell method (Powell). These are not recommended for use, their purpose are purely for comparison. authors: - family-names: Hevner given-names: János email: hevnerjanos@hotmail.com repository: https://alterion.r-universe.dev commit: b18da586ae78287063dd31beb1db6e4bdd9583b8 date-released: '2017-04-18' contact: - family-names: Hevner given-names: János email: hevnerjanos@hotmail.com