help on a minimization problem

From: Ethan Wu Date: June 18, 2010 technical Source: mail-archive.com
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.
Jun 18, 2010 Ethan Wu help on a minimization problem
Jun 18, 2010 Sebastien Bihorel Re: help on a minimization problem
Jun 18, 2010 Nick Holford Re: help on a minimization problem
Jun 22, 2010 Thomas Ludden RE: help on a minimization problem