A tree-based parallel surrogate optimization algorithm for optimizing noisy expensive functions
Project description
ProSRS algorithm
Progressive Stochastic Response Surface (ProSRS) is a parallel surrogate-based optimization algorithm for optimizing noisy expensive functions. This algorithm utilizes a radial basis function (RBF) as the surrogate, and adopts stochastic response surface (SRS) framework to balance exploitation and exploration. Compared to the original parallel SRS work, the novelties of this algorithm include
- Introducing a new tree-based technique, known as the "zoom strategy", for efficiency improvement.
- Extending the original work to the noisy setting (i.e., an objective function corrupted with random noise) through the development of a radial basis regression procedure.
- Introducing weighting to the regression for exploitation enhancement.
- Implementing a new SRS that combines the two types of candidate points that were originally proposed in the SRS work.
ProSRS algorithm is configured in a master-worker structure, where in each optimization iteration, the algorithm (master) constructs a RBF surrogate using the available evaluations, then proposes new points based on the constructed RBF, and finally distributes the tasks of evaluating these points to parallel processes (workers).
Compared to the popular Bayesian optimization algorithms, ProSRS is able to achieve faster convergence on some difficult benchmark problems, and is orders of magnitude cheaper to run. Moreover, ProSRS enjoys asymptotic convergence gaurantees. The common applications of this algorithm include efficient hyperparamter tuning of machine learning models and characterizing expensive simulation models.
Installation
Python packages:
numpy
: http://www.numpy.orgscipy
: https://www.scipy.orgmatplotlib
: https://matplotlib.orgscikit-learn
: https://scikit-learn.org/stable/pyDOE
: https://pythonhosted.org/pyDOE/pathos
: https://pypi.org/project/pathos/
Note: ProSRS has been tested against both Python2 and Python3. Users are welcome to install packages with either Python version.
Getting started
After having installed the required Python packages, users are ready to use ProSRS algorithm for solving optimization problems. The easiest way of getting started is to read the tutorials in the examples
directory, where different usages, from the basic level to the advanced level, are demonstrated through code examples. Of course, users are also encouraged to check out the source codes of the algorithm in the prosrs
directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file prosrs-0.0.1.tar.gz
.
File metadata
- Download URL: prosrs-0.0.1.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b385bb23c2a4e26f18815bf14e54fb73742e22263e893b3fd2852a3ff7ea99a5 |
|
MD5 | 1447b867d077cad665a14a2b3b5a9680 |
|
BLAKE2b-256 | 66e13a64ea846adae82d603feb725bbf610addfd312f2fa8272fbb21b5801e1e |
File details
Details for the file prosrs-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: prosrs-0.0.1-py2-none-any.whl
- Upload date:
- Size: 35.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17d1d3031e08ac03b435cd78fcebe119e40331715c2f0d63a79c60144ec8f1c1 |
|
MD5 | c06c1d9d8f2f770af06d6d47dda45294 |
|
BLAKE2b-256 | b0e2a4a73237cc1c08092cb0020a438a404c01301b57fa8c5a876e279c615cea |