help on a minimization problem
Hi users,
I ran into this error with a analyis using PRED routine.
0MINIMIZATION TERMINATED
DUE TO MAX. NO. OF FUNCTION EVALUATIONS EXCEEDED
NO. OF FUNCTION EVALUATIONS USED: 10093
NO. OF SIG. DIGITS UNREPORTABLE
I did find in previous discussion, people suggested to do by adding this under
$PK
" FIRST
" COMMON /PRCOMG/ IDUM1,IDUM2,IMAX,IDUM4,IDUM5
" INTEGER IDUM1,IDUM2,IMAX,IDUM4,IDUM5
" IMAX=100000
but, when I added above below $PRED, it didn't work.
Any suggestion? Thanks.