-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (17 loc) · 963 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: ttcg
Type: Package
Title: Three-Term Conjugate Gradient for Unconstrained Optimization
Version: 1.1.1
Date: 2021-10-14
Authors@R: c(person(family="Kiang", given="Hao Chi", role=c("cre","aut"), email="[email protected]"))
Maintainer: Hao Chi Kiang <[email protected]>
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