|
1 | | -# PyPop7: A Pure-PYthon library of POPulation-based OPtimization in Continuous Black-Box cases |
| 1 | +# PyPop7: A Pure-PYthon library of POPulation-based continuous OPtimization in Black-Box cases |
2 | 2 |
|
3 | 3 | [](https://jmlr.org/papers/v25/23-0386.html) |
4 | 4 | [](https://pypi.org/project/pypop7/) |
|
8 | 8 |  |
9 | 9 |
|
10 | 10 | ```PyPop7``` is a Python library of **POPulation-based OPtimization** for **single-objective**, |
11 | | -**real-parameter**, black-box problems. Its goal is to provide a *unified* interface and a |
12 | | -large set of *elegant* implementations (e.g., evolutionary algorithms, swarm-based optimizers, |
13 | | -and pattern search) for Black-Box Optimization, particularly population-based optimizers, in |
14 | | -order to facilitate research repeatability, wide benchmarking of BBO, and especially their |
15 | | -real-world applications. |
| 11 | +**real-parameter**, **unconstrained** black-box problems. Its goal is to provide a *unified* |
| 12 | +interface and a large set of *elegant* implementations (e.g., evolutionary algorithms, |
| 13 | +swarm-based optimizers, and pattern search) for Black-Box Optimization, particularly |
| 14 | +population-based optimizers, in order to facilitate research repeatability, wide benchmarking |
| 15 | +of BBO, and especially their real-world applications. |
16 | 16 |
|
17 | 17 | More specifically, for alleviating **curse of dimensionality**, one focus of ```PyPop7``` is to |
18 | 18 | cover their **State Of The Art for Large-Scale Optimization (LSO)**, though many of their small- |
|
0 commit comments