Skip to content

Version 0.3

Compare
Choose a tag to compare
@renesass renesass released this 25 Feb 14:36
· 874 commits to main since this release
6208479

General

  • Updated tools.
  • Cleaned up (removed docker files).

Installation

  • Checks if redis-server is installed. Otherwise, aborts to start the server.
  • Added swig to anaconda environment.
  • Increased version of numpy and matplotlib.
  • Improved requirements. Fixed only crucical things.

Run

  • Added model support.

Plugins

  • Added button to receive raw data.
  • Added new plugin: Pareto Front.
  • Added new plugin: Budget Correlation.
  • Changed load_outputs and load_mlp_outputs to class method. Moreover, if
    activate_run_selection is true, only the the run and runs information in outputs is passed.
  • Cost Over Time displays maximized objectives correctly now.
  • Pre-selecting highest budget and hyperparameters (#18).
  • Replaced normalized costs with all costs in configurations.

Examples

  • Added MLP recorder example.
  • Added MLP logs for better example visualization.

Bugfixes

  • Fixed path bug for SMAC and BOHB.
  • Included start.sh.
  • pytest no longer needed in main code.
  • Included logging.yml (before it was loggin.yml).
  • Recorder works again.

Docs

  • Added documentation with most basic information.