Displaying 2 results from an estimated 2 matches for "lsnd".
Did you mean:
land
2004 Mar 30
5
optim-Bug (PR#6720)
Full_Name: Dr. Hans A. Kestler
Version: 1.8.1.
OS: Linux, Win, Mac OSX
Submission from: (NULL) (134.60.73.116)
The code below produces after a different number of iterations i the following
error:
Error in optim(par = rep(0.5, length(edges)), loglik, method = "L-BFGS-B", :
non-finite value supplied by optim
This was reproducible on different machines (Mac G4 OSX, AMD Opteron
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...----------------------------------------------------
c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c lbfgsb.c -o lbfgsb.o
cc-1552 c89: WARNING File = lbfgsb.c, Line = 326
The variable "l1" is set but never used.
int lsnd, l1, l2, l3, ld, lr, lt;
^
cc-1552 c89: WARNING File = lbfgsb.c, Line = 326
The variable "l2" is set but never used.
int lsnd, l1, l2, l3, ld, lr, lt;
^
cc-1552 c89: WARNING File = lbfgsb.c, Line = 326
The variable "l3" is set but...