Some changes to checkpointing
We add a couple of small modifications to checkpointing:
- The
last
checkpoint will be always the last one. To accomplish this, we just rename previous one with their date of creation, and then the new last will be saved as last. - For the checkpoint name, we use now scientific notation, to make the file name more meaningful.
This tackles mostly issue #78 (closed)