Displaying 3 results from an estimated 3 matches for "iback".
Did you mean:
back
2020 May 04
1
error in message printed by L-BFGS-B
...bfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7: Rprintf("Warning: more than 10 function and gradient
evaluations\n in the last line search\n"); break;
I believe that these two lines are interchanged, as lines 835 to 837 say
if (iback >= 10) info = -5;
/* i.e., to issue a warning if iback>10 in the line search. */
goto L999;
while lines 1784 and 1785 say
strcpy(task, "ERROR: NO FEASIBLE SOLUTION");
*info = -7;
Best regards,
*Profa. Dra. Taiane Schaedler PrassDepartamento de Estat?stica - Instituto
de Ma...
2020 May 04
0
Error in message printed by lbfgsb
...bfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7: Rprintf("Warning: more than 10 function and gradient
evaluations\n in the last line search\n"); break;
I believe that these two lines are interchanged, as lines 835 to 837 say
if (iback >= 10) info = -5;
/* i.e., to issue a warning if iback>10 in the line search. */
goto L999;
while lines 1784 and 1785 say
strcpy(task, "ERROR: NO FEASIBLE SOLUTION");
*info = -7;
Best regards,
*Profa. Dra. Taiane Schaedler PrassDepartamento de Estat?stica - Instituto
de Ma...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...ING File = lbfgsb.c, Line = 326
The variable "l3" is set but never used.
int lsnd, l1, l2, l3, ld, lr, lt;
^
cc-1551 c89: WARNING File = lbfgsb.c, Line = 687
The variable "xstep" is used before its value is set.
nint, word, iback, stp, xstep, k);
^
cc-1552 c89: WARNING File = lbfgsb.c, Line = 582
The variable "time" is set but never used.
double time;
^
------------------------------------------------------------------------
c89 -I. -I../../src/inc...