Skip to content
Prev 69745 / 398525 Next

Save parameters from optim during iteration procedure

Camarda, Carlo Giovanni wrote:

            
This way you get each step where the function is *evaluated*, which 
might be much more than each iteration step of the optimization.
For example, you can sink() temorarily into a file and extract the 
relevant lines (beginning with "X = ") afterwards.

Uwe Ligges