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

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

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

[Database]
ephemeraldb = orion.core.io.database.ephemeraldb:EphemeralDB
mongodb = orion.core.io.database.mongodb:MongoDB
pickleddb = orion.core.io.database.pickleddb:PickledDB

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

