-
Updated
Jul 3, 2022 - Python
optimization-algorithms
Here are 1,431 public repositories matching this topic...
-
Updated
Jun 15, 2021 - C++
-
Updated
Jun 14, 2022 - C++
-
Updated
Dec 23, 2018 - Python
-
Updated
Jun 27, 2022 - C++
-
Updated
Jul 25, 2018 - Python
-
Updated
Sep 26, 2021
-
Updated
Jul 19, 2019 - Python
-
Updated
Jun 16, 2022 - C++
It would be great to have the Powell algorithm like in scipy optimize: https://docs.scipy.org/doc/scipy/reference/optimize.minimize-powell.html#optimize-minimize-powell
-
Updated
Apr 20, 2022 - C
-
Updated
Jul 7, 2022 - Java
-
Updated
Feb 7, 2022 - C++
-
Updated
Jun 27, 2022 - Python
-
Updated
Jun 3, 2018 - JavaScript
-
Updated
Apr 9, 2019 - C++
-
Updated
Jul 2, 2022 - C++
-
Updated
Dec 13, 2018 - Jupyter Notebook
-
Updated
Mar 7, 2018 - Python
-
Updated
Jan 7, 2022 - Java
-
Updated
Sep 22, 2017 - Python
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in ../src/problems/dtlz.cpp
we have:
dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha)
But in the ../pygmo/expose_problems_0.cpp
it is exposed as:
dtlz_p.def(bp::init<unsigned, unsigned, unsigned, unsigned>
I
-
Updated
Dec 16, 2020 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 22, 2022 - MATLAB
jSO algorithm
Implementing jSO algorithm to existing library.
-
Updated
May 9, 2022 - MATLAB
-
Updated
Apr 17, 2022 - Python
Improve this page
Add a description, image, and links to the optimization-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optimization-algorithms topic, visit your repo's landing page and select "manage topics."
Issue description
When using callbacks like
ens::ProgessBar
or similar, and the optimization terminates partway through an epoch due to a convergence check, the output can be confusing: