Package: ttcg
Type: Package
Title: Three-Term Conjugate Gradient for Unconstrained Optimization
Version: 1.0.1
Date: 2021-10-04
Authors@R: c(person(family="Kiang", given="Hao Chi", role=c("cre","aut"), email="hello@hckiang.com"))
Maintainer: Hao Chi Kiang <hello@hckiang.com>
Description: Some accelerated three-term conjugate gradient algorithms implemented purely in R with the same user interface as optim(). The search directions and acceleration scheme are described in Andrei, N. (2013) <doi:10.1016/j.amc.2012.11.097>, Andrei, N. (2013) <doi:10.1016/j.cam.2012.10.002>, and Andrei, N (2015) <doi:10.1007/s11075-014-9845-9>. Line search is done by a hybrid algorithm incorporating the ideas in Oliveia and Takahashi (2020) <doi:10.1145/3423597> and More and Thuente (1994) <doi:10.1145/192115.192132>.
License: GPL-3
RoxygenNote: 7.1.2
Encoding: UTF-8
URL: https://git.sr.ht/~hckiang/ttcg
Depends: R (>= 3.3.0)
Imports: numDeriv
Suggests: testthat
NeedsCompilation: no
Packaged: 2021-10-04 21:13:58 UTC; hckiang
Author: Hao Chi Kiang [cre, aut]
Repository: CRAN
Date/Publication: 2021-10-05 12:30:02 UTC
Built: R 4.2.0; ; 2023-04-01 16:23:58 UTC; unix
