Skip to content

Commit 813f5c6

Browse files
Update README.md
1 parent 1530efb commit 813f5c6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
[![Downloads](https://static.pepy.tech/badge/pypop7/month)](https://pepy.tech/project/pypop7)
1111
![visitors](https://visitor-badge.laobi.icu/badge?page_id=Evolutionary-Intelligence.pypop)
1212

13-
```PyPop7``` is a Python library of **POPulation-based OPtimization** for **single-objective**,
14-
**real-parameter**, **unconstrained** black-box problems. Its main goal is to provide a
15-
*unified* interface and a large set of *elegant* implementations (e.g., [evolutionary
16-
algorithms](https://www.nature.com/articles/nature14544), swarm-based optimizers, and pattern
17-
search) for Black-Box Optimization, particularly various population-based optimizers, in order
13+
```PyPop7``` is a [Python](https://www.python.org/) library of **POPulation-based OPtimization**
14+
for **single-objective**, **real-parameter**, **unconstrained** black-box problems. Its main goal
15+
is to provide a *unified* interface and a large set of *elegant* implementations (e.g.,
16+
[evolutionary algorithms](https://www.nature.com/articles/nature14544),
17+
swarm-based optimizers,
18+
and pattern search)
19+
for Black-Box Optimization, particularly various population-based optimizers, in order
1820
to facilitate research repeatability, wide benchmarking, and especially their real-world
1921
applications.
2022

0 commit comments

Comments
 (0)