orion icon indicating copy to clipboard operation
orion copied to clipboard

Asynchronous Distributed Hyperparameter Optimization.

Results 154 orion issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Title. **Expected behavior** Loading an experiment in read mode shouldn't create any files. When loading a KnowledgeBase in read mode, if the host files pointed to in...

bug

HEBO does not support latest pymoo version, and version 0.5.0 now fails with latest numpy version. See https://github.com/huawei-noah/HEBO/issues/19.

We can use it via joblib but there should also be the poolexecutor registered in the entry points in setup.py

enhancement
in review

FIX ``` if not reserve: - self.release(trial) + self.release(trial, status='new') ```

bug
in review
short

Using the configuration for the database from the documentation: https://orion.readthedocs.io/en/stable/user/config.html#full-example-of-global-configuration ``` database: host: /network/scratch/n/normandf/mup/runs/gpt2_256/orion_db.pkl type: pickleddb ``` This warning gets printed: ``` 2022-11-03 12:26:14,259::WARNING::orion.core.io.resolve_config::(DEPRECATED) Option `database` and will be removed...

bug
medium
short

Dashboard's ETA only accounts for completed trials. If trials are long running (ex 1 day), the fact that they are at 50% progress makes a significant difference for the whole...

enhancement
short

**Describe the bug** `storage.update_experiment(uid=experiment, **experiment) `devrait plutôt être `storage.update_experiment(uid=uid, *experiment)` in https://github.com/Epistimio/orion/blob/develop/src/orion/core/cli/db/upgrade.py **Expected behavior** Fix this and make sure it is well tested.

bug

**Is your feature request related to a problem? Please describe.** Some configuration data is not available or easy to obtain. The goal of this feature is to have access to...