LICENSE
pyproject.toml
setup.py
aepsych/__init__.py
aepsych/config.py
aepsych/config.pyi
aepsych/plotting.py
aepsych/strategy.py
aepsych/utils.py
aepsych/utils_logging.py
aepsych/version.py
aepsych.egg-info/PKG-INFO
aepsych.egg-info/SOURCES.txt
aepsych.egg-info/dependency_links.txt
aepsych.egg-info/entry_points.txt
aepsych.egg-info/requires.txt
aepsych.egg-info/top_level.txt
aepsych/acquisition/__init__.py
aepsych/acquisition/bvn.py
aepsych/acquisition/lookahead.py
aepsych/acquisition/lookahead_utils.py
aepsych/acquisition/lse.py
aepsych/acquisition/mc_posterior_variance.py
aepsych/acquisition/monotonic_rejection.py
aepsych/acquisition/mutual_information.py
aepsych/acquisition/rejection_sampler.py
aepsych/acquisition/objective/__init__.py
aepsych/acquisition/objective/objective.py
aepsych/acquisition/objective/semi_p.py
aepsych/benchmark/__init__.py
aepsych/benchmark/benchmark.py
aepsych/benchmark/example_problems.py
aepsych/benchmark/pathos_benchmark.py
aepsych/benchmark/problem.py
aepsych/benchmark/test_functions.py
aepsych/database/__init__.py
aepsych/database/db.py
aepsych/database/tables.py
aepsych/factory/__init__.py
aepsych/factory/default.py
aepsych/factory/monotonic.py
aepsych/factory/ordinal.py
aepsych/factory/pairwise.py
aepsych/factory/song.py
aepsych/factory/utils.py
aepsych/generators/__init__.py
aepsych/generators/acqf_thompson_sampler_generator.py
aepsych/generators/base.py
aepsych/generators/epsilon_greedy_generator.py
aepsych/generators/manual_generator.py
aepsych/generators/monotonic_rejection_generator.py
aepsych/generators/monotonic_thompson_sampler_generator.py
aepsych/generators/optimize_acqf_generator.py
aepsych/generators/pairwise_optimize_acqf_generator.py
aepsych/generators/pairwise_sobol_generator.py
aepsych/generators/random_generator.py
aepsych/generators/semi_p.py
aepsych/generators/sobol_generator.py
aepsych/kernels/__init__.py
aepsych/kernels/pairwisekernel.py
aepsych/kernels/rbf_partial_grad.py
aepsych/likelihoods/__init__.py
aepsych/likelihoods/bernoulli.py
aepsych/likelihoods/ordinal.py
aepsych/likelihoods/semi_p.py
aepsych/means/__init__.py
aepsych/means/constant_partial_grad.py
aepsych/models/__init__.py
aepsych/models/base.py
aepsych/models/derivative_gp.py
aepsych/models/gp_classification.py
aepsych/models/gp_regression.py
aepsych/models/monotonic_projection_gp.py
aepsych/models/monotonic_rejection_gp.py
aepsych/models/multitask_regression.py
aepsych/models/ordinal_gp.py
aepsych/models/pairwise_probit.py
aepsych/models/semi_p.py
aepsych/models/utils.py
aepsych/server/__init__.py
aepsych/server/replay.py
aepsych/server/server.py
aepsych/server/sockets.py
aepsych/server/utils.py
aepsych/server/message_handlers/__init__.py
aepsych/server/message_handlers/handle_ask.py
aepsych/server/message_handlers/handle_can_model.py
aepsych/server/message_handlers/handle_exit.py
aepsych/server/message_handlers/handle_finish_strategy.py
aepsych/server/message_handlers/handle_get_config.py
aepsych/server/message_handlers/handle_info.py
aepsych/server/message_handlers/handle_params.py
aepsych/server/message_handlers/handle_query.py
aepsych/server/message_handlers/handle_resume.py
aepsych/server/message_handlers/handle_setup.py
aepsych/server/message_handlers/handle_tell.py
tests/__init__.py
tests/test_bench_testfuns.py
tests/test_benchmark.py
tests/test_config.py
tests/test_db.py
tests/test_likelihoods.py
tests/test_lookahead.py
tests/test_mean_covar_factories.py
tests/test_pairwise_kernel.py
tests/test_strategy.py
tests/test_utils.py
tests/acquisition/__init__.py
tests/acquisition/test_lse.py
tests/acquisition/test_mi.py
tests/acquisition/test_monotonic.py
tests/acquisition/test_objective.py
tests/acquisition/test_rejection_sampler.py
tests/generators/__init__.py
tests/generators/test_epsilon_greedy_generator.py
tests/generators/test_manual_generator.py
tests/generators/test_optimize_acqf_generator.py
tests/generators/test_random_generator.py
tests/generators/test_sobol_generator.py
tests/models/__init__.py
tests/models/test_derivative_gp.py
tests/models/test_gp_classification.py
tests/models/test_gp_regression.py
tests/models/test_monotonic_projection_gp.py
tests/models/test_monotonic_rejection_gp.py
tests/models/test_multitask_regression.py
tests/models/test_pairwise_probit.py
tests/models/test_semi_p.py
tests/models/test_utils.py
tests/server/__init__.py
tests/server/test_server.py
tests/server/message_handlers/__init__.py
tests/server/message_handlers/test_can_model.py
tests/server/message_handlers/test_handle_exit.py
tests/server/message_handlers/test_handle_finish_strategy.py
tests/server/message_handlers/test_handle_get_config.py
tests/server/message_handlers/test_query_handlers.py
tests/server/message_handlers/test_tell_handlers.py