[Executor]
dask = orion.executor.dask_backend:Dask
joblib = orion.executor.joblib_backend:Joblib
singleexecutor = orion.executor.single_backend:SingleExecutor

[OptimizationAlgorithm]
EvolutionES = orion.algo.evolution_es:EvolutionES
asha = orion.algo.asha:ASHA
gridsearch = orion.algo.gridsearch:GridSearch
hyperband = orion.algo.hyperband:Hyperband
random = orion.algo.random:Random
tpe = orion.algo.tpe:TPE

[Storage]
legacy = orion.storage.legacy:Legacy
track = orion.storage.track:Track

[console_scripts]
orion = orion.core.cli:main

