=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/hgm/DESCRIPTION,v retrieving revision 1.7 retrieving revision 1.27 diff -u -p -r1.7 -r1.27 --- OpenXM/src/R/r-packages/hgm/DESCRIPTION 2014/03/16 03:11:07 1.7 +++ OpenXM/src/R/r-packages/hgm/DESCRIPTION 2022/04/07 00:56:44 1.27 @@ -1,15 +1,17 @@ Package: hgm Type: Package -Depends: R (>= 2.6.0) -Title: Holonomic gradient method and gradient -Version: 1.4 -Date: 2014-03-16 -Author: Nobuki Takayama, +Depends: R (>= 2.6.0), deSolve +Title: Holonomic Gradient Method and Gradient Descent +Version: 1.20 +Date: 2022-04-07 +Author: Nobuki Takayama, Tamio Koyama, Tomonari Sei, Hiromasa Nakayama, Kenta Nishiyama Maintainer: Nobuki Takayama Description: The holonomic gradient method (HGM, hgm) gives a way to evaluate normalization constants of unnormalized probability distributions by utilizing holonomic - systems of differential equations. The holonomic gradient descent (HGD, hgd) gives a method + systems of differential or difference equations. The holonomic gradient descent (HGD, hgd) gives a method to find maximal likelihood estimates by utilizing the HGM. License: GPL-2 LazyLoad: yes URL: http://www.openxm.org +NeedsCompilation: yes +Packaged: 2022-04-07 05:29:42 UTC; taka