CHANGES.rst
CONTRIBUTORS.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/changes.rst
docs/conf.py
docs/contributors.rst
docs/index.rst
docs/license.rst
docs/logging.rst
docs/options.rst
docs/poap.rst
docs/quickstart.rst
docs/requirements.txt
docs/source_code.rst
docs/surrogate_optimization.rst
docs/pics/communication.png
examples/__init__.py
examples/example_checkpointing_serial.py
examples/example_checkpointing_threaded.py
examples/example_ei.py
examples/example_extra_vals.py
examples/example_gp_regression.py
examples/example_lcb.py
examples/example_mars.py
examples/example_matlab_engine.py
examples/example_simple.py
examples/example_sop.py
examples/example_subprocess.py
examples/example_subprocess_files.py
examples/example_subprocess_partial_info.py
examples/mpiexample_simple.py
examples/mpiexample_subprocess.py
pySOT/__init__.py
pySOT/utils.py
pySOT.egg-info/PKG-INFO
pySOT.egg-info/SOURCES.txt
pySOT.egg-info/dependency_links.txt
pySOT.egg-info/requires.txt
pySOT.egg-info/top_level.txt
pySOT/auxiliary_problems/__init__.py
pySOT/auxiliary_problems/candidate_dycors.py
pySOT/auxiliary_problems/candidate_srbf.py
pySOT/auxiliary_problems/candidate_uniform.py
pySOT/auxiliary_problems/ei_ga.py
pySOT/auxiliary_problems/ei_merit.py
pySOT/auxiliary_problems/lcb_ga.py
pySOT/auxiliary_problems/lcb_merit.py
pySOT/controller/__init__.py
pySOT/controller/controller.py
pySOT/experimental_design/__init__.py
pySOT/experimental_design/experimental_design.py
pySOT/experimental_design/lhd.py
pySOT/experimental_design/slhd.py
pySOT/experimental_design/two_factorial.py
pySOT/optimization_problems/__init__.py
pySOT/optimization_problems/ackley.py
pySOT/optimization_problems/branin.py
pySOT/optimization_problems/exponential.py
pySOT/optimization_problems/goldstein_price.py
pySOT/optimization_problems/griewank.py
pySOT/optimization_problems/hartmann3.py
pySOT/optimization_problems/hartmann6.py
pySOT/optimization_problems/himmelblau.py
pySOT/optimization_problems/levy.py
pySOT/optimization_problems/michaelewicz.py
pySOT/optimization_problems/optimization_problem.py
pySOT/optimization_problems/perm.py
pySOT/optimization_problems/rastrigin.py
pySOT/optimization_problems/rosenbrock.py
pySOT/optimization_problems/schwefel.py
pySOT/optimization_problems/six_hump_camel.py
pySOT/optimization_problems/sphere.py
pySOT/optimization_problems/sum_of_squares.py
pySOT/optimization_problems/weierstrass.py
pySOT/optimization_problems/zakharov.py
pySOT/strategy/__init__.py
pySOT/strategy/dycors_strategy.py
pySOT/strategy/ei_strategy.py
pySOT/strategy/lcb_strategy.py
pySOT/strategy/random_strategy.py
pySOT/strategy/sop_strategy.py
pySOT/strategy/srbf_strategy.py
pySOT/strategy/surrogate_strategy.py
pySOT/surrogate/__init__.py
pySOT/surrogate/gp.py
pySOT/surrogate/mars.py
pySOT/surrogate/poly.py
pySOT/surrogate/rbf.py
pySOT/surrogate/surrogate.py
pySOT/surrogate/kernels/__init__.py
pySOT/surrogate/kernels/cubic_kernel.py
pySOT/surrogate/kernels/kernel.py
pySOT/surrogate/kernels/linear_kernel.py
pySOT/surrogate/kernels/tps_kernel.py
pySOT/surrogate/output_transformations/__init__.py
pySOT/surrogate/output_transformations/identity.py
pySOT/surrogate/output_transformations/median_capping.py
pySOT/surrogate/tails/__init__.py
pySOT/surrogate/tails/constant_tail.py
pySOT/surrogate/tails/linear_tail.py
pySOT/surrogate/tails/tail.py
tests/__init__.py
tests/test_auxiliary_problems.py
tests/test_controller.py
tests/test_experimental_designs.py
tests/test_optimization_problems.py
tests/test_strategies.py
tests/test_surrogates.py
tests/test_utils.py