ASHA, simpler DB setup and new DB backend for filesystem
Pre-release
Pre-release
New Features
- Add ASHA 🎉 #187
- Add command
orion setupto create a database configuration file #192 - Add command
orion test-dbto test database setup #188 - Add PickledDB to support FileSystem backend #190
- Add port option for db backend #174
- Add multi-fidelity dimensions #177
- Add
working-dirargument #184
Bug Fixes
- Handle bad socket.hostname (OSX) #179
- Handle bool arg in EVC Conflict #180
- Fix null comparison in EphemeralDB #182
Other Improvements
- Introduce OrionCmdlineParser, a specialized type of CmdlineParser for Oríon specific parsing needs like priors' expression and configuration files. #172
- Add error message for missing configuration #178
- Handle bad results in trials #181
- Add timeout for connection to Database #183
- Add state_dict/set_state to algos to serialize or synchronize states #185
Documentation Improvements
- Adapt documentation to new algos and database commands #193