README.md
setup.py
ax/__init__.py
ax/version.py
ax/benchmark/__init__.py
ax/benchmark/benchmark.py
ax/benchmark/benchmark_problem.py
ax/benchmark/benchmark_result.py
ax/benchmark/botorch_methods.py
ax/benchmark/utils.py
ax/benchmark/tests/__init__.py
ax/benchmark/tests/test_benchmark.py
ax/benchmark/tests/test_benchmark_problem.py
ax/benchmark/tests/test_benchmark_result.py
ax/benchmark/tests/test_botorch_methods.py
ax/core/__init__.py
ax/core/arm.py
ax/core/base.py
ax/core/base_trial.py
ax/core/batch_trial.py
ax/core/data.py
ax/core/experiment.py
ax/core/generator_run.py
ax/core/metric.py
ax/core/multi_type_experiment.py
ax/core/objective.py
ax/core/observation.py
ax/core/optimization_config.py
ax/core/outcome_constraint.py
ax/core/parameter.py
ax/core/parameter_constraint.py
ax/core/runner.py
ax/core/search_space.py
ax/core/simple_experiment.py
ax/core/trial.py
ax/core/types.py
ax/core/utils.py
ax/core/tests/__init__.py
ax/core/tests/test_arm.py
ax/core/tests/test_batch_trial.py
ax/core/tests/test_data.py
ax/core/tests/test_experiment.py
ax/core/tests/test_generator_run.py
ax/core/tests/test_metric.py
ax/core/tests/test_multi_type_experiment.py
ax/core/tests/test_objective.py
ax/core/tests/test_observation.py
ax/core/tests/test_optimization_config.py
ax/core/tests/test_outcome_constraint.py
ax/core/tests/test_parameter.py
ax/core/tests/test_parameter_constraint.py
ax/core/tests/test_search_space.py
ax/core/tests/test_simple_experiment.py
ax/core/tests/test_trial.py
ax/core/tests/test_types.py
ax/core/tests/test_utils.py
ax/exceptions/__init__.py
ax/exceptions/core.py
ax/exceptions/data_provider.py
ax/exceptions/model.py
ax/exceptions/storage.py
ax/metrics/__init__.py
ax/metrics/branin.py
ax/metrics/factorial.py
ax/metrics/hartmann6.py
ax/metrics/l2norm.py
ax/metrics/noisy_function.py
ax/modelbridge/__init__.py
ax/modelbridge/array.py
ax/modelbridge/base.py
ax/modelbridge/cross_validation.py
ax/modelbridge/discrete.py
ax/modelbridge/dispatch_utils.py
ax/modelbridge/factory.py
ax/modelbridge/generation_strategy.py
ax/modelbridge/modelbridge_utils.py
ax/modelbridge/numpy.py
ax/modelbridge/random.py
ax/modelbridge/registry.py
ax/modelbridge/torch.py
ax/modelbridge/strategies/__init__.py
ax/modelbridge/strategies/alebo.py
ax/modelbridge/strategies/rembo.py
ax/modelbridge/tests/__init__.py
ax/modelbridge/tests/test_alebo_strategy.py
ax/modelbridge/tests/test_array_modelbridge.py
ax/modelbridge/tests/test_base_modelbridge.py
ax/modelbridge/tests/test_base_transform.py
ax/modelbridge/tests/test_cap_parameter_transform.py
ax/modelbridge/tests/test_cast_transform.py
ax/modelbridge/tests/test_centered_unit_x_transform.py
ax/modelbridge/tests/test_convert_metric_names.py
ax/modelbridge/tests/test_cross_validation.py
ax/modelbridge/tests/test_derelativize_transform.py
ax/modelbridge/tests/test_discrete_modelbridge.py
ax/modelbridge/tests/test_dispatch_utils.py
ax/modelbridge/tests/test_factory.py
ax/modelbridge/tests/test_generation_strategy.py
ax/modelbridge/tests/test_int_range_to_choice_transform.py
ax/modelbridge/tests/test_int_to_float_transform.py
ax/modelbridge/tests/test_inverse_gaussian_cdf_y.py
ax/modelbridge/tests/test_ivw_transform.py
ax/modelbridge/tests/test_log_transform.py
ax/modelbridge/tests/test_log_y_transform.py
ax/modelbridge/tests/test_numpy_modelbridge.py
ax/modelbridge/tests/test_one_hot_transform.py
ax/modelbridge/tests/test_ordered_choice_encode_transform.py
ax/modelbridge/tests/test_percentile_y_transform.py
ax/modelbridge/tests/test_random_modelbridge.py
ax/modelbridge/tests/test_registry.py
ax/modelbridge/tests/test_rembo_strategy.py
ax/modelbridge/tests/test_remove_fixed_transform.py
ax/modelbridge/tests/test_rounding.py
ax/modelbridge/tests/test_search_space_to_choice_transform.py
ax/modelbridge/tests/test_standardize_y_transform.py
ax/modelbridge/tests/test_stratified_standardize_y.py
ax/modelbridge/tests/test_task_encode_transform.py
ax/modelbridge/tests/test_torch_modelbridge.py
ax/modelbridge/tests/test_transform_callback.py
ax/modelbridge/tests/test_trial_as_task_transform.py
ax/modelbridge/tests/test_unit_x_transform.py
ax/modelbridge/tests/test_utils.py
ax/modelbridge/tests/test_winsorize_transform.py
ax/modelbridge/transforms/__init__.py
ax/modelbridge/transforms/base.py
ax/modelbridge/transforms/cap_parameter.py
ax/modelbridge/transforms/cast.py
ax/modelbridge/transforms/centered_unit_x.py
ax/modelbridge/transforms/convert_metric_names.py
ax/modelbridge/transforms/derelativize.py
ax/modelbridge/transforms/int_range_to_choice.py
ax/modelbridge/transforms/int_to_float.py
ax/modelbridge/transforms/inverse_gaussian_cdf_y.py
ax/modelbridge/transforms/ivw.py
ax/modelbridge/transforms/log.py
ax/modelbridge/transforms/log_y.py
ax/modelbridge/transforms/one_hot.py
ax/modelbridge/transforms/ordered_choice_encode.py
ax/modelbridge/transforms/percentile_y.py
ax/modelbridge/transforms/remove_fixed.py
ax/modelbridge/transforms/rounding.py
ax/modelbridge/transforms/search_space_to_choice.py
ax/modelbridge/transforms/standardize_y.py
ax/modelbridge/transforms/stratified_standardize_y.py
ax/modelbridge/transforms/task_encode.py
ax/modelbridge/transforms/trial_as_task.py
ax/modelbridge/transforms/unit_x.py
ax/modelbridge/transforms/winsorize.py
ax/models/__init__.py
ax/models/base.py
ax/models/discrete_base.py
ax/models/model_utils.py
ax/models/numpy_base.py
ax/models/torch_base.py
ax/models/discrete/__init__.py
ax/models/discrete/eb_thompson.py
ax/models/discrete/full_factorial.py
ax/models/discrete/thompson.py
ax/models/numpy/__init__.py
ax/models/numpy/randomforest.py
ax/models/random/__init__.py
ax/models/random/alebo_initializer.py
ax/models/random/base.py
ax/models/random/rembo_initializer.py
ax/models/random/sobol.py
ax/models/random/uniform.py
ax/models/tests/__init__.py
ax/models/tests/test_alebo.py
ax/models/tests/test_alebo_initializer.py
ax/models/tests/test_botorch_defaults.py
ax/models/tests/test_botorch_kg.py
ax/models/tests/test_botorch_mes.py
ax/models/tests/test_botorch_model.py
ax/models/tests/test_discrete.py
ax/models/tests/test_eb_thompson.py
ax/models/tests/test_full_factorial.py
ax/models/tests/test_model_utils.py
ax/models/tests/test_numpy.py
ax/models/tests/test_random.py
ax/models/tests/test_randomforest.py
ax/models/tests/test_rembo.py
ax/models/tests/test_rembo_initializer.py
ax/models/tests/test_sobol.py
ax/models/tests/test_thompson.py
ax/models/tests/test_torch.py
ax/models/tests/test_torch_model_utils.py
ax/models/tests/test_uniform.py
ax/models/torch/__init__.py
ax/models/torch/alebo.py
ax/models/torch/botorch.py
ax/models/torch/botorch_defaults.py
ax/models/torch/botorch_kg.py
ax/models/torch/botorch_mes.py
ax/models/torch/rembo.py
ax/models/torch/utils.py
ax/plot/__init__.py
ax/plot/bandit_rollout.py
ax/plot/base.py
ax/plot/color.py
ax/plot/contour.py
ax/plot/diagnostic.py
ax/plot/exp_utils.py
ax/plot/feature_importances.py
ax/plot/helper.py
ax/plot/marginal_effects.py
ax/plot/render.py
ax/plot/scatter.py
ax/plot/slice.py
ax/plot/table_view.py
ax/plot/trace.py
ax/plot/css/__init__.py
ax/plot/css/base.css
ax/plot/js/__init__.py
ax/plot/js/generic_plotly.js
ax/plot/js/common/__init__.py
ax/plot/js/common/css.js
ax/plot/js/common/helpers.js
ax/plot/js/common/plotly_offline.js
ax/plot/js/common/plotly_online.js
ax/plot/js/common/plotly_requires.js
ax/plot/tests/__init__.py
ax/plot/tests/test_tile_fitted.py
ax/runners/__init__.py
ax/runners/synthetic.py
ax/service/__init__.py
ax/service/ax_client.py
ax/service/managed_loop.py
ax/service/utils/__init__.py
ax/service/utils/best_point.py
ax/service/utils/instantiation.py
ax/service/utils/storage.py
ax/storage/__init__.py
ax/storage/metric_registry.py
ax/storage/runner_registry.py
ax/storage/transform_registry.py
ax/storage/utils.py
ax/storage/json_store/__init__.py
ax/storage/json_store/decoder.py
ax/storage/json_store/decoders.py
ax/storage/json_store/encoder.py
ax/storage/json_store/encoders.py
ax/storage/json_store/load.py
ax/storage/json_store/registry.py
ax/storage/json_store/save.py
ax/storage/json_store/tests/__init__.py
ax/storage/json_store/tests/test_json_store.py
ax/storage/sqa_store/__init__.py
ax/storage/sqa_store/db.py
ax/storage/sqa_store/decoder.py
ax/storage/sqa_store/encoder.py
ax/storage/sqa_store/json.py
ax/storage/sqa_store/load.py
ax/storage/sqa_store/save.py
ax/storage/sqa_store/sqa_classes.py
ax/storage/sqa_store/sqa_config.py
ax/storage/sqa_store/sqa_enum.py
ax/storage/sqa_store/structs.py
ax/storage/sqa_store/timestamp.py
ax/storage/sqa_store/utils.py
ax/storage/sqa_store/validation.py
ax/storage/sqa_store/tests/__init__.py
ax/storage/sqa_store/tests/test_sqa_store.py
ax/storage/sqa_store/tests/utils.py
ax/utils/__init__.py
ax/utils/common/__init__.py
ax/utils/common/docutils.py
ax/utils/common/equality.py
ax/utils/common/exec_utils.py
ax/utils/common/kwargs.py
ax/utils/common/logger.py
ax/utils/common/serialization.py
ax/utils/common/testutils.py
ax/utils/common/timeutils.py
ax/utils/common/typeutils.py
ax/utils/common/tests/__init__.py
ax/utils/common/tests/test_docutils.py
ax/utils/common/tests/test_equality.py
ax/utils/common/tests/test_exec_utils.py
ax/utils/common/tests/test_logger.py
ax/utils/common/tests/test_serialization.py
ax/utils/common/tests/test_testutils.py
ax/utils/common/tests/test_typeutils.py
ax/utils/measurement/__init__.py
ax/utils/measurement/synthetic_functions.py
ax/utils/notebook/__init__.py
ax/utils/notebook/plotting.py
ax/utils/report/__init__.py
ax/utils/report/render.py
ax/utils/report/resources/__init__.py
ax/utils/report/resources/base_template.html
ax/utils/report/resources/report.css
ax/utils/report/resources/simple_template.html
ax/utils/report/resources/sufficient_statistic.html
ax/utils/report/tests/__init__.py
ax/utils/report/tests/test_render.py
ax/utils/stats/__init__.py
ax/utils/stats/statstools.py
ax/utils/stats/tests/__init__.py
ax/utils/stats/tests/test_statstools.py
ax/utils/testing/__init__.py
ax/utils/testing/benchmark_stubs.py
ax/utils/testing/core_stubs.py
ax/utils/testing/modeling_stubs.py
ax/utils/tutorials/__init__.py
ax/utils/tutorials/cnn_utils.py
ax_platform.egg-info/PKG-INFO
ax_platform.egg-info/SOURCES.txt
ax_platform.egg-info/dependency_links.txt
ax_platform.egg-info/requires.txt
ax_platform.egg-info/top_level.txt