Not all the algorithms support bounded optimization:
Not all the algorithms support bounded optimization and/or initial point:
+-------------+---------+-------+
...
...
@@ -259,15 +259,17 @@ Not all the algorithms support bounded optimization:
+=============+=========+=======+
|CMA-ES | yes | yes |
+-------------+---------+-------+
| NLOptGrad | ? | ? |
| NLOptGrad | \* | \* |
+-------------+---------+-------+
| NLOptNoGrad | ? | ? |
| NLOptNoGrad | \* | \* |
+-------------+---------+-------+
|Rprop | no | ? |
|Rprop | no | yes |
+-------------+---------+-------+
|RandomPoint | yes | no |
+-------------+---------+-------+
\* All NLOpt's global optimizers must have bounds. Check `NLOpt's reference <http://ab-initio.mit.edu/wiki/index.php/NLopt_Algorithms>`_ to see which algorithms support initial point.
We highly recommend that you install NLOpt. Infortunately, the Ubuntu packages are missing the C++. You can get NLOpt here: http://ab-initio.mit.edu/wiki/index.php/NLopt
We highly recommend that you install NLOpt. Unfortunately, the Ubuntu packages do not provide NLOpt's C++ bindings. You can get NLOpt here: http://ab-initio.mit.edu/wiki/index.php/NLopt [mirror: http://members.loria.fr/JBMouret/mirrors/nlopt-2.4.2.tar.gz]