CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
ROADMAP.md
setup.cfg
setup.py
versioneer.py
docs/requirements.txt
docs/src/conf.py
docs/src/index.rst
docs/src/_resources/one.png
docs/src/_resources/synchronization.png
docs/src/_static/.gitkeep
docs/src/_templates/.gitkeep
docs/src/code/algo.rst
docs/src/code/benchmark.rst
docs/src/code/client.rst
docs/src/code/core.rst
docs/src/code/plotting.rst
docs/src/code/storage.rst
docs/src/code/algo/asha.rst
docs/src/code/algo/base.rst
docs/src/code/algo/gridsearch.rst
docs/src/code/algo/hyperband.rst
docs/src/code/algo/random.rst
docs/src/code/algo/space.rst
docs/src/code/algo/tpe.rst
docs/src/code/benchmark/assessment.rst
docs/src/code/benchmark/benchmark_client.rst
docs/src/code/benchmark/task.rst
docs/src/code/benchmark/assessment/averagerank.rst
docs/src/code/benchmark/assessment/averageresult.rst
docs/src/code/benchmark/assessment/base.rst
docs/src/code/benchmark/task/base.rst
docs/src/code/benchmark/task/branin.rst
docs/src/code/benchmark/task/carromtable.rst
docs/src/code/benchmark/task/eggholder.rst
docs/src/code/benchmark/task/rosenbrock.rst
docs/src/code/client/cli.rst
docs/src/code/client/experiment.rst
docs/src/code/client/manual.rst
docs/src/code/core/cli.rst
docs/src/code/core/evc.rst
docs/src/code/core/io.rst
docs/src/code/core/utils.rst
docs/src/code/core/worker.rst
docs/src/code/core/cli/base.rst
docs/src/code/core/cli/db.rst
docs/src/code/core/cli/evc.rst
docs/src/code/core/cli/hunt.rst
docs/src/code/core/cli/init_only.rst
docs/src/code/core/cli/insert.rst
docs/src/code/core/cli/db/setup.rst
docs/src/code/core/cli/db/test.rst
docs/src/code/core/evc/adapters.rst
docs/src/code/core/evc/conflicts.rst
docs/src/code/core/evc/experiment.rst
docs/src/code/core/evc/tree.rst
docs/src/code/core/io/convert.rst
docs/src/code/core/io/database.rst
docs/src/code/core/io/experiment_branch_builder.rst
docs/src/code/core/io/experiment_builder.rst
docs/src/code/core/io/interactive_commands.rst
docs/src/code/core/io/resolve_config.rst
docs/src/code/core/io/space_builder.rst
docs/src/code/core/io/database/ephemeraldb.rst
docs/src/code/core/io/database/mongodb.rst
docs/src/code/core/io/database/pickleddb.rst
docs/src/code/core/io/interactive_commands/branching_prompt.rst
docs/src/code/core/utils/exceptions.rst
docs/src/code/core/utils/format_terminal.rst
docs/src/code/core/utils/format_trials.rst
docs/src/code/core/utils/points.rst
docs/src/code/core/utils/singleton.rst
docs/src/code/core/worker/consumer.rst
docs/src/code/core/worker/experiment.rst
docs/src/code/core/worker/primary_algo.rst
docs/src/code/core/worker/producer.rst
docs/src/code/core/worker/strategy.rst
docs/src/code/core/worker/transformer.rst
docs/src/code/core/worker/trial.rst
docs/src/code/core/worker/trial_pacemaker.rst
docs/src/code/plotting/base.rst
docs/src/code/plotting/plotly.rst
docs/src/code/storage/base.rst
docs/src/code/storage/legacy.rst
docs/src/code/storage/track.rst
docs/src/developer/ci.rst
docs/src/developer/documenting.rst
docs/src/developer/installing.rst
docs/src/developer/overview.rst
docs/src/developer/release.rst
docs/src/developer/standards.rst
docs/src/developer/stress.rst
docs/src/developer/test.png
docs/src/developer/testing.rst
docs/src/install/core.rst
docs/src/install/database.rst
docs/src/install/gettingstarted.rst
docs/src/plugins/algorithms.rst
docs/src/plugins/base.rst
docs/src/plugins/install.rst
docs/src/tutorials/cluster.rst
docs/src/tutorials/pytorch-mnist.rst
docs/src/tutorials/pytorch_a2c_ppo.rst
docs/src/tutorials/pytorch_cifar.rst
docs/src/tutorials/scikit-learn.rst
docs/src/user/algorithms.rst
docs/src/user/api.rst
docs/src/user/benchmark.rst
docs/src/user/config.rst
docs/src/user/evc.rst
docs/src/user/monitoring.rst
docs/src/user/overview.rst
docs/src/user/parallel.rst
docs/src/user/script.rst
docs/src/user/searchspace.rst
docs/src/user/storage.rst
docs/src/user/web_api.rst
docs/src/user/cli/info.rst
docs/src/user/cli/list.rst
docs/src/user/cli/status.rst
docs/src/user/library/evc_results.rst
docs/src/user/library/results.rst
examples/README.md
examples/README.rst
examples/benchmark/benchmark_get_start.ipynb
examples/learn_search_space/__init__.py
examples/plotting/database.pkl
examples/plotting/local.yaml
examples/plotting/plotting-api.ipynb
examples/scikitlearn-iris/README.md
examples/scikitlearn-iris/main.py
examples/scikitlearn-iris/requirements.txt
src/orion.egg-info/PKG-INFO
src/orion.egg-info/SOURCES.txt
src/orion.egg-info/dependency_links.txt
src/orion.egg-info/entry_points.txt
src/orion.egg-info/not-zip-safe
src/orion.egg-info/requires.txt
src/orion.egg-info/top_level.txt
src/orion/algo/asha.py
src/orion/algo/base.py
src/orion/algo/evolution_es.py
src/orion/algo/gridsearch.py
src/orion/algo/hyperband.py
src/orion/algo/mutate_functions.py
src/orion/algo/random.py
src/orion/algo/space.py
src/orion/algo/tpe.py
src/orion/analysis/__init__.py
src/orion/analysis/base.py
src/orion/analysis/lpi_utils.py
src/orion/analysis/partial_dependency_utils.py
src/orion/analysis/regret_utils.py
src/orion/benchmark/__init__.py
src/orion/benchmark/benchmark_client.py
src/orion/benchmark/assessment/__init__.py
src/orion/benchmark/assessment/averagerank.py
src/orion/benchmark/assessment/averageresult.py
src/orion/benchmark/assessment/base.py
src/orion/benchmark/task/__init__.py
src/orion/benchmark/task/base.py
src/orion/benchmark/task/branin.py
src/orion/benchmark/task/carromtable.py
src/orion/benchmark/task/eggholder.py
src/orion/benchmark/task/rosenbrock.py
src/orion/client/__init__.py
src/orion/client/cli.py
src/orion/client/experiment.py
src/orion/client/manual.py
src/orion/core/__init__.py
src/orion/core/_version.py
src/orion/core/cli/__init__.py
src/orion/core/cli/base.py
src/orion/core/cli/db_main.py
src/orion/core/cli/evc.py
src/orion/core/cli/hunt.py
src/orion/core/cli/info.py
src/orion/core/cli/init_only.py
src/orion/core/cli/insert.py
src/orion/core/cli/list.py
src/orion/core/cli/serve.py
src/orion/core/cli/setup.py
src/orion/core/cli/status.py
src/orion/core/cli/test_db.py
src/orion/core/cli/checks/creation.py
src/orion/core/cli/checks/operations.py
src/orion/core/cli/checks/presence.py
src/orion/core/cli/db/__init__.py
src/orion/core/cli/db/rm.py
src/orion/core/cli/db/set.py
src/orion/core/cli/db/setup.py
src/orion/core/cli/db/test.py
src/orion/core/cli/db/upgrade.py
src/orion/core/evc/__init__.py
src/orion/core/evc/adapters.py
src/orion/core/evc/conflicts.py
src/orion/core/evc/experiment.py
src/orion/core/evc/tree.py
src/orion/core/io/__init__.py
src/orion/core/io/cmdline_parser.py
src/orion/core/io/config.py
src/orion/core/io/convert.py
src/orion/core/io/experiment_branch_builder.py
src/orion/core/io/experiment_builder.py
src/orion/core/io/orion_cmdline_parser.py
src/orion/core/io/resolve_config.py
src/orion/core/io/space_builder.py
src/orion/core/io/database/__init__.py
src/orion/core/io/database/ephemeraldb.py
src/orion/core/io/database/mongodb.py
src/orion/core/io/database/pickleddb.py
src/orion/core/io/interactive_commands/branching_prompt.py
src/orion/core/utils/__init__.py
src/orion/core/utils/_appdirs.py
src/orion/core/utils/backward.py
src/orion/core/utils/diff.py
src/orion/core/utils/exceptions.py
src/orion/core/utils/flatten.py
src/orion/core/utils/format_terminal.py
src/orion/core/utils/format_trials.py
src/orion/core/utils/module_import.py
src/orion/core/utils/points.py
src/orion/core/utils/pptree.py
src/orion/core/utils/singleton.py
src/orion/core/utils/terminal.py
src/orion/core/utils/working_dir.py
src/orion/core/worker/__init__.py
src/orion/core/worker/consumer.py
src/orion/core/worker/experiment.py
src/orion/core/worker/primary_algo.py
src/orion/core/worker/producer.py
src/orion/core/worker/strategy.py
src/orion/core/worker/transformer.py
src/orion/core/worker/trial.py
src/orion/core/worker/trial_pacemaker.py
src/orion/core/worker/trials_history.py
src/orion/plotting/backend_plotly.py
src/orion/plotting/base.py
src/orion/serving/__init__.py
src/orion/serving/experiments_resource.py
src/orion/serving/parameters.py
src/orion/serving/plots_resources.py
src/orion/serving/responses.py
src/orion/serving/runtime.py
src/orion/serving/trials_resource.py
src/orion/serving/webapi.py
src/orion/storage/base.py
src/orion/storage/legacy.py
src/orion/storage/track.py
src/orion/testing/__init__.py
src/orion/testing/plotting.py
src/orion/testing/state.py
tests/conftest.py
tests/orion_config.yaml
tests/requirements.txt
tests/functional/algos/test_algos.py
tests/functional/backward_compatibility/black_box.py
tests/functional/backward_compatibility/python_api.py
tests/functional/backward_compatibility/random.yaml
tests/functional/backward_compatibility/test_versions.py
tests/functional/backward_compatibility/versions.txt
tests/functional/benchmark/test_benchmark_flow.py
tests/functional/branching/black_box.py
tests/functional/branching/black_box_new.py
tests/functional/branching/black_box_with_y.py
tests/functional/branching/black_box_with_z.py
tests/functional/branching/new_algo_config.yaml
tests/functional/branching/orion_config.yaml
tests/functional/branching/test_branching.py
tests/functional/client/black_box.py
tests/functional/client/orion_config.yaml
tests/functional/client/test_cli_client.py
tests/functional/commands/black_box.py
tests/functional/commands/conftest.py
tests/functional/commands/experiment.yaml
tests/functional/commands/orion_config_random.yaml
tests/functional/commands/test_db_commands.py
tests/functional/commands/test_db_rm.py
tests/functional/commands/test_db_set.py
tests/functional/commands/test_hunt_command.py
tests/functional/commands/test_info_command.py
tests/functional/commands/test_insert_command.py
tests/functional/commands/test_list_command.py
tests/functional/commands/test_setup_command.py
tests/functional/commands/test_status_command.py
tests/functional/configuration/conftest.py
tests/functional/configuration/test_all_options.py
tests/functional/demo/black_box.py
tests/functional/demo/black_box_w_config.py
tests/functional/demo/black_box_w_config_other.py
tests/functional/demo/broken_box.py
tests/functional/demo/database_config.yaml
tests/functional/demo/dir_per_trial.py
tests/functional/demo/orion_config.yaml
tests/functional/demo/orion_config_other.yaml
tests/functional/demo/orion_config_random.yaml
tests/functional/demo/script_config.yaml
tests/functional/demo/strategy_config.yaml
tests/functional/demo/stress_gradient.yaml
tests/functional/demo/test_demo.py
tests/functional/demo/working_dir_config.yaml
tests/functional/example/orion_config.yaml
tests/functional/example/test_scikit_learn.py
tests/functional/gradient_descent_algo/LICENSE
tests/functional/gradient_descent_algo/MANIFEST.in
tests/functional/gradient_descent_algo/setup.py
tests/functional/gradient_descent_algo/src/orion/algo/gradient_descent.py
tests/functional/parsing/orion_config_random.yaml
tests/functional/parsing/test_parsing_base.py
tests/functional/parsing/test_parsing_hunt.py
tests/functional/parsing/test_parsing_insert.py
tests/functional/serving/conftest.py
tests/functional/serving/test_experiments_resource.py
tests/functional/serving/test_plots_resource.py
tests/functional/serving/test_root.py
tests/functional/serving/test_trials_resource.py
tests/stress/requirements.txt
tests/stress/client/stress_experiment.py
tests/unittests/algo/test_asha.py
tests/unittests/algo/test_base.py
tests/unittests/algo/test_evolution_es.py
tests/unittests/algo/test_gridsearch.py
tests/unittests/algo/test_hyperband.py
tests/unittests/algo/test_random.py
tests/unittests/algo/test_space.py
tests/unittests/algo/test_tpe.py
tests/unittests/analysis/__init__.py
tests/unittests/analysis/test_base.py
tests/unittests/analysis/test_lpi.py
tests/unittests/analysis/test_partial_dependency.py
tests/unittests/analysis/test_regret.py
tests/unittests/benchmark/conftest.py
tests/unittests/benchmark/test_assessments.py
tests/unittests/benchmark/test_benchmark.py
tests/unittests/benchmark/test_benchmark_client.py
tests/unittests/benchmark/test_tasks.py
tests/unittests/client/test_client.py
tests/unittests/client/test_experiment_client.py
tests/unittests/core/bad_config1.txt
tests/unittests/core/bad_config2.txt
tests/unittests/core/bad_config3.txt
tests/unittests/core/bad_config4.txt
tests/unittests/core/conftest.py
tests/unittests/core/experiment.yaml
tests/unittests/core/mongodb_test.py
tests/unittests/core/sample_config.json
tests/unittests/core/sample_config.txt
tests/unittests/core/sample_config.yml
tests/unittests/core/sample_config_diff.yml
tests/unittests/core/sample_config_template.txt
tests/unittests/core/some_sample_config.txt
tests/unittests/core/test_branch_config.py
tests/unittests/core/test_ephemeraldb.py
tests/unittests/core/test_insert.py
tests/unittests/core/test_pickleddb.py
tests/unittests/core/test_primary_algo.py
tests/unittests/core/test_strategy.py
tests/unittests/core/test_transformer.py
tests/unittests/core/test_utils.py
tests/unittests/core/test_utils_format.py
tests/unittests/core/cli/test_checks.py
tests/unittests/core/cli/test_evc.py
tests/unittests/core/cli/test_info.py
tests/unittests/core/evc/conftest.py
tests/unittests/core/evc/test_adapters.py
tests/unittests/core/evc/test_conflicts.py
tests/unittests/core/evc/test_experiment_tree.py
tests/unittests/core/evc/test_resolutions.py
tests/unittests/core/evc/test_tree.py
tests/unittests/core/io/conftest.py
tests/unittests/core/io/database_test.py
tests/unittests/core/io/orion.yaml
tests/unittests/core/io/orion_config.yaml
tests/unittests/core/io/orion_incomplete_config.yaml
tests/unittests/core/io/orion_old_config.yaml
tests/unittests/core/io/test_cmdline_parser.py
tests/unittests/core/io/test_config.py
tests/unittests/core/io/test_converters.py
tests/unittests/core/io/test_evc_builder.py
tests/unittests/core/io/test_experiment_builder.py
tests/unittests/core/io/test_orion_cmdline_parser.py
tests/unittests/core/io/test_resolve_config.py
tests/unittests/core/io/test_space_builder.py
tests/unittests/core/io/interactive_commands/test_branching_prompt.py
tests/unittests/core/utils/test_backward.py
tests/unittests/core/utils/test_flatten.py
tests/unittests/core/utils/test_working_dir.py
tests/unittests/core/worker/test_consumer.py
tests/unittests/core/worker/test_experiment.py
tests/unittests/core/worker/test_producer.py
tests/unittests/core/worker/test_trial.py
tests/unittests/core/worker/test_trial_pacemaker.py
tests/unittests/core/worker/test_trials_history.py
tests/unittests/plotting/test_plot_accessor.py
tests/unittests/plotting/test_plotly_backend.py
tests/unittests/storage/test_legacy.py
tests/unittests/storage/test_storage.py