[ADMB Users] mcmc screen output

dave fournier otter at otter-rsch.com
Wed Jun 30 01:09:57 PDT 2010


Don't hold your breath John.

In the meantime it might be worhtwhile to point out that
this can be done by hand. You create a constant versio of your code
and put all in the PROCEDURE_SECTION as

   if (mc_phase())
   {
      // constant version

   }
   else
   {
     // normal code
   }

when I did this years ago it was about a 3x speedup.
Maybe not as much now if the ocmpilers are better.



More information about the Users mailing list