Improvements on CheckpointWrapper
Added the optional argument hash_fn
in the CheckpointWrapper
class.
Once this is set, sample.key
generates a hash code and this hash code is used to compose the final path where sample
will be checkpointed.
This is optional and generic enough for our purposes. This hash function can be shipped in the database interface.
Closes #25 (closed)