darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Make Checkpointing Algorithm Specific #89

Open as6520 opened 3 years ago

as6520 commented 3 years ago

Currently checkpoint files are saved with test_id in the name to distinguish attributes of an algorithm in different tests. Since we support running multiple algorithms now, this is not sufficient to ensure uniqueness among files. Update checkpointing so that the algorithm name is added to the file too.