Rdocumentation
powered by
Learn R Programming
Rcgmin (version 2022-4.30)
Conjugate Gradient Minimization of Nonlinear Functions with Box Constraints
Description
Conjugate gradient minimization of nonlinear functions with box constraints using Dai/Yuan update.
Copy Link
Link to current version
Version
Version
2022-4.30
2013-2.21
2013-02.20
2012-8.08
2011-2.101
2011-2.10
0.82
0.8
0.7
Install
install.packages('Rcgmin')
Monthly Downloads
170
Version
2022-4.30
License
GPL (>= 2)
Maintainer
John C. Nash
Last Published
May 11th, 2022
Functions in Rcgmin (2022-4.30)
Search all functions
Rcgminu
An R implementation of an unconstrained nonlinear conjugate gradient algorithm with the Dai / Yuan update and restart. Based on Nash (1979) Algorithm 22 for its main structure. CALL THIS VIA
Rcgmin
AND DO NOT USE DIRECTLY.
Rcgmin
An R implementation of a nonlinear conjugate gradient algorithm with the Dai / Yuan update and restart. Based on Nash (1979) Algorithm 22 for its main structure.
Rcgminb
An R implementation of a bounded nonlinear conjugate gradient algorithm with the Dai / Yuan update and restart. Based on Nash (1979) Algorithm 22 for its main structure. CALL THIS VIA
Rcgmin
AND DO NOT USE DIRECTLY.