Skip to content

Commit b458e80

Browse files
Update README.md
1 parent 4c2a9e7 commit b458e80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
[![Pub](https://img.shields.io/badge/JMLR-2024-red)](https://jmlr.org/papers/v25/23-0386.html)
44
[![PyPI](https://tinyurl.com/murf7c4m)](https://pypi.org/project/pypop7/)
@@ -8,11 +8,11 @@
88
![visitors](https://visitor-badge.laobi.icu/badge?page_id=Evolutionary-Intelligence.pypop)
99

1010
```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.
1616

1717
More specifically, for alleviating **curse of dimensionality**, one focus of ```PyPop7``` is to
1818
cover their **State Of The Art for Large-Scale Optimization (LSO)**, though many of their small-

0 commit comments

Comments
 (0)