@@ -24,6 +24,13 @@ entirely freely for any (no matter *open-source* or *closed-source*) purposes.
2424
2525## How to Quickly Use
2626
27+ "[ In our opinion, the main fact, which should be known to any person dealing with optimization
28+ models, is that in general, optimization problems are unsolvable. This statement, which is
29+ usually missing in standard optimization courses, is very important for understanding
30+ optimization theory and the logic of its development in the past and in the
31+ future.] ( https://tinyurl.com/4yccr5k8 ) "
32+ ---** [ Yurii Nesterov] ( https://en.wikipedia.org/wiki/Yurii_Nesterov ) **
33+
2734The following three steps are enough to utilize the ** black-box optimization** power of
2835[ PyPop7] ( https://pypi.org/project/pypop7/ ) :
2936
@@ -90,11 +97,16 @@ Please refer to [https://pypop.rtfd.io/](https://pypop.rtfd.io/) for online docu
9097this * well-designed* ("** self-boasted** ") Python library for Black-Box Optimization ([ several
9198online praises from others] ( https://pypop.readthedocs.io/en/latest/applications.html ) ).
9299
93- "[ In our opinion, the main fact, which should be known to any person dealing with optimization
94- models, is that in general, optimization problems are unsolvable. This statement, which is
95- usually missing in standard optimization courses, is very important for understanding
96- optimization theory and the logic of its development in the past and in the
97- future.] ( https://tinyurl.com/4yccr5k8 ) "---** Yurii Nesterov**
100+ A total of four extended versions of PyPop7 (as ** PP7** ) are ongoing or planned for further
101+ development:
102+
103+ For Constrained Optimization (PyCoPop7 as PCP7),
104+
105+ For Noisy Optimization (PyNoPop7 as PNP7),
106+
107+ Enhancement via Parallel and Distributed Optimization (PyPop77 as PP77),
108+
109+ Enhancement via Meta-evolution based Optimization (PyMePop7 as PMP7).
98110
99111## A (Still Growing) Number of Black-Box Optimizers (BBO)
100112
0 commit comments