Last data update: 2014.03.03

ucminf

Package: ucminf
Version: 1.1-3
Date: 2012-01-06
Title: General-purpose unconstrained non-linear optimization
Author: Hans Bruun Nielsen and Stig Bousgaard Mortensen
Maintainer: Stig Bousgaard Mortensen <stigbm@gmail.com>
Description: An algorithm for general-purpose unconstrained non-linear optimization.
The algorithm is of quasi-Newton type with BFGS updating of the inverse
Hessian and soft line search with a trust region type monitoring of the
input to the line search algorithm. The interface of 'ucminf' is
designed for easy interchange with 'optim'.
Suggests: numDeriv
License: GPL (>= 2)
Packaged: 2012-01-06 22:43:33 UTC; sbm
Repository: CRAN
Date/Publication: 2012-01-07 15:20:48

● Cran Task View: Optimization
● 0 images, 1 functions, 0 datasets
Reverse Depends: 3

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ucminf' ...
** package 'ucminf' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c fortran.f -o fortran.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c interface.c -o interface.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ucminf.so fortran.o interface.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ucminf/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ucminf'
    finding HTML links ... done
    ucminf                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (ucminf)
Making 'packages.html' ... done