Skip to content

Save parameters from optim during iteration procedure

2 messages · Camarda, Carlo Giovanni, Uwe Ligges

#
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