Skip to content

ASHA, simpler DB setup and new DB backend for filesystem

Pre-release
Pre-release

Choose a tag to compare

@bouthilx bouthilx released this 03 Jul 15:30
b6d50ca

New Features

  • Add ASHA 🎉 #187
  • Add command orion setup to create a database configuration file #192
  • Add command orion test-db to 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-dir argument #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