README.md
setup.py
aliopts.egg-info/PKG-INFO
aliopts.egg-info/SOURCES.txt
aliopts.egg-info/dependency_links.txt
aliopts.egg-info/requires.txt
aliopts.egg-info/top_level.txt
opts/__init__.py
opts/_dataframe.py
opts/_deprecated.py
opts/_experiment_direction.py
opts/_experiment_summary.py
opts/_experimental.py
opts/_imports.py
opts/_optimize.py
opts/errors.py
opts/experiment.py
opts/logger.py
opts/progress_bar.py
opts/samples.py
opts/version.py
opts/frameworks/__init__.py
opts/frameworks/cma.py
opts/frameworks/pytorch_ignite.py
opts/frameworks/pytorch_lightning.py
opts/frameworks/skopt.py
opts/samplers/__init__.py
opts/samplers/_base.py
opts/samplers/_cmaes.py
opts/samplers/_grid.py
opts/samplers/_partial_fixed.py
opts/samplers/_random.py
opts/samplers/_search_space.py
opts/samplers/_tpe/__init__.py
opts/samplers/_tpe/multivariate_parzen_estimator.py
opts/samplers/_tpe/parzen_estimator.py
opts/samplers/_tpe/sampler.py
opts/stoppers/__init__.py
opts/stoppers/_base.py
opts/stoppers/_hyperband.py
opts/stoppers/_median.py
opts/stoppers/_nos.py
opts/stoppers/_percentile.py
opts/stoppers/_successive_halving.py
opts/stoppers/_threshold.py
opts/storages/__init__.py
opts/storages/_base.py
opts/storages/_cached_storage.py
opts/storages/_in_memory.py
opts/storages/_redis.py
opts/storages/_rdb/__init__.py
opts/storages/_rdb/models.py
opts/storages/_rdb/storage.py
opts/storages/_rdb/alembic/__init__.py
opts/storages/_rdb/alembic/env.py
opts/storages/_rdb/alembic/versions/__init__.py
opts/storages/_rdb/alembic/versions/v0.9.0.a.py
opts/storages/_rdb/alembic/versions/v1.2.0.a.py
opts/storages/_rdb/alembic/versions/v1.3.0.a.py
opts/testing/__init__.py
opts/testing/distribution.py
opts/testing/integration.py
opts/testing/sampler.py
opts/testing/storage.py
opts/trial/__init__.py
opts/trial/_base.py
opts/trial/_fixed.py
opts/trial/_frozen.py
opts/trial/_state.py
opts/trial/_trial.py
tests/__init__.py
tests/test_experiment.py
tests/test_experimental.py
tests/test_imports.py
tests/test_logger.py
tests/test_samples.py
tests/test_trial.py
tests/samplers_tests/__init__.py
tests/samplers_tests/test_cmaes.py
tests/samplers_tests/test_grid.py
tests/samplers_tests/test_partial_fixed.py
tests/samplers_tests/test_samplers.py
tests/samplers_tests/tpe_tests/__init__.py
tests/samplers_tests/tpe_tests/test_multivariate_parzen_estimator.py
tests/samplers_tests/tpe_tests/test_parzen_estimator.py
tests/samplers_tests/tpe_tests/test_sampler.py
tests/stoppers_tests/__init__.py
tests/stoppers_tests/test_hyperband.py
tests/stoppers_tests/test_median.py
tests/stoppers_tests/test_nop.py
tests/stoppers_tests/test_percentile.py
tests/stoppers_tests/test_sucessive_halving.py
tests/stoppers_tests/test_threshold.py
tests/storages_tests/__init__.py
tests/storages_tests/test_cached_storage.py
tests/storages_tests/test_storages.py
tests/storages_tests/rdb_tests/__init__.py
tests/storages_tests/rdb_tests/test_models.py
tests/storages_tests/rdb_tests/test_storage.py
tests/storages_tests/rdb_tests/test_with_server.py
tutorials/__init__.py
tutorials/mock_test.py
tutorials/pytorch_simple.py