Skip to content

Commit

Permalink
Update doc to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Nov 24, 2021
1 parent f471142 commit 93e49b5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Software License Agreement (BSD License)

Copyright (c) 2017-2020, Epistímio.
Copyright (c) 2017-2021, Epistímio.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If you use Oríon for published work, please cite our work using the following b

.. code-block:: bibtex
@software{xavier_bouthillier_2021_0_1_15,
@software{xavier_bouthillier_2021_0_2_0,
author = {Xavier Bouthillier and
Christos Tsirigotis and
François Corneau-Tremblay and
Expand All @@ -142,10 +142,10 @@ If you use Oríon for published work, please cite our work using the following b
Pascal Lamblin and
Christopher Beckham},
title = {{Epistimio/orion: Asynchronous Distributed Hyperparameter Optimization}},
month = may,
month = nov,
year = 2021,
publisher = {Zenodo},
version = {v0.1.17},
version = {v0.2.0},
doi = {10.5281/zenodo.3478592},
url = {https://doi.org/10.5281/zenodo.3478592}
}
Expand Down
24 changes: 17 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
# Roadmap
Last update Sep 14th, 2021
Last update Nov 23rd, 2021

## Next releases - Short-Term

### v0.2
### v0.2.1

#### Generic `Optimizer` interface supporting various types of algorithms
- New master process to enhance parallelisation efficiency.
- [PBT](https://arxiv.org/abs/1711.09846)

Change interface to support trial object instead of curated lists. This is necessary to support algorithms such as PBT.
### v0.2.2

- Use shared algo serialization instead of replications to enhance parallelisation efficiency.
- [DEBH](https://arxiv.org/abs/2105.09821)

### v0.2.3

- [HEBO](https://github.com/huawei-noah/HEBO/tree/master/HEBO/archived_submissions/hebo)

### v0.2.4

#### More Optimizers
- [PBT](https://arxiv.org/abs/1711.09846)
- [BOHB](https://ml.informatik.uni-freiburg.de/papers/18-ICML-BOHB.pdf)

## Next releases - Mid-Term

#### Simple dashboard specific to monitoring and benchmarking of Black-Box optimization
- Specific to hyper parameter optimizations
- Provide status of experiments

#### Leveraging previous experiences
Leveraging the knowledge base contained in the EVC of previous trials to optimize and drive new
trials.
trials.

## Next releases - Long-Term

Expand Down
2 changes: 1 addition & 1 deletion src/orion/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
__author__ = u"Epistímio"
__author_short__ = u"Epistímio"
__author_email__ = "xavier.bouthillier@umontreal.ca"
__copyright__ = u"2017-2020, Epistímio"
__copyright__ = u"2017-2021, Epistímio"
__url__ = "https://github.com/epistimio/orion"

DIRS = AppDirs(__name__, __author_short__)
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/gradient_descent_algo/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Software License Agreement (BSD License)

Copyright (c) 2017-2020, Epistímio.
Copyright (c) 2017-2021, Epistímio.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 93e49b5

Please sign in to comment.