camall3n / onager

Lightweight python library for launching experiments and tuning hyperparameters, either locally or on a cluster
MIT License
20 stars 4 forks source link

Implement history subcommand #49

Closed camall3n closed 1 year ago

camall3n commented 1 year ago

Closes #48.

Uses existing load/update/get_next_id functionality for job index, but renames variables so those functions are agnostic to the type of index (and adds an arg which allows the index name to be specified)

camall3n commented 1 year ago

Tested by hand for each argument. Matches specification in issue #48. Merging.