The Wayback Machine - https://web.archive.org/web/20210801171431/https://github.com/topics/meta-heuristic
Skip to content
#

meta-heuristic

Here are 25 public repositories matching this topic...

Gradient-Free-Optimizers
SimonBlanke
SimonBlanke commented Mar 9, 2021

I think it would be useful to have a grid search optimizer in this package. But its implementation would probably be quite different from other ones (sklearn, ...).

The requirements are:

  • The grid search has to stop after n_iter instead of searching the entire search space
  • The positions should not be precalculated at the beginning of the optimization (i have concerns about memory load).
Sceki
Sceki commented Jun 9, 2019

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

Improve this page

Add a description, image, and links to the meta-heuristic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the meta-heuristic topic, visit your repo's landing page and select "manage topics."

Learn more