[Rd] checkpointing
Barry Rowlingson
B.Rowlingson at lancaster.ac.uk
Tue Jan 3 14:38:06 CET 2006
Roger D. Peng wrote:
> One possibility is to write in some checkpointing into your objective function,
> such as saving the current parameter values via 'save()' or 'dput()'.
Has anyone successfully checkpointed and restarted R using any of the
linux process checkpointing solutions I find when I google for 'linux
process checkpointing'? I cant see why you'd bother implementing
checkpointing within optim() if you can do it at the process level and
hence in the middle of anything.
Unless you're running Windows.
An example and some links here:
http://www.cise.ufl.edu/~mfoster/research/uclik/uclik.htm
Barry
More information about the R-devel
mailing list