Package: ttcg 1.1.1
ttcg: Three-Term Conjugate Gradient for Unconstrained Optimization
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>.
Authors:
ttcg_1.1.1.tar.gz
ttcg_1.1.1.zip(r-4.7)ttcg_1.1.1.zip(r-4.6)ttcg_1.1.1.zip(r-4.5)
ttcg_1.1.1.tgz(r-4.6-any)ttcg_1.1.1.tgz(r-4.5-any)
ttcg_1.1.1.tar.gz(r-4.7-any)ttcg_1.1.1.tar.gz(r-4.6-any)
ttcg_1.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ttcg/json (API)
| # Install 'ttcg' in R: |
| install.packages('ttcg', repos = c('https://hckiang.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hckiang/ttcg/issues
Last updated from:33608c6f04. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 130 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | NOTE | 84 | ||
| macos-release-arm64 | NOTE | 99 | ||
| macos-oldrel-arm64 | NOTE | 79 | ||
| windows-devel | NOTE | 83 | ||
| windows-release | NOTE | 64 | ||
| windows-oldrel | NOTE | 113 | ||
| wasm-release | OK | 89 |
Exports:ttcg
Dependencies:numDeriv
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| ttcg: Three-term conjugate gradient minimization algorithms | ttcg-package _PACKAGE |
| Accelerated three-term conjugate gradient optimization with restart | ttcg |
