Learn R Programming

ttcg (version 1.0.1)

Three-Term Conjugate Gradient for Unconstrained Optimization

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) , Andrei, N. (2013) , and Andrei, N (2015) . Line search is done by a hybrid algorithm incorporating the ideas in Oliveia and Takahashi (2020) and More and Thuente (1994) .

Copy Link

Version

Install

install.packages('ttcg')

Monthly Downloads

178

Version

1.0.1

License

GPL-3

Maintainer

Hao Chi Kiang

Last Published

October 5th, 2021

Functions in ttcg (1.0.1)

ttcg

Accelerated three-term conjugate gradient optimization with restart
ttcg-package

ttcg: Three-term conjugate gradient minimization algorithms