The Wayback Machine - https://web.archive.org/web/20220409134512/https://github.com/topics/evolutionary-computation
Skip to content
#

evolutionary-computation

Here are 255 public repositories matching this topic...

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

bug good first issue
julian-zucker
julian-zucker commented Sep 29, 2019

Is your feature request related to a problem? Please describe.
When using the built in agents, users cannot override the strategies.

Describe the solution you'd like
The constructors for the built in agents should take strategy as an optional argument that defaults to the parent's default strategy.

enhancement good first issue
ypea
Harris-Hawks-Optimization-Algorithm-and-Applications

Source codes for HHO paper: Harris hawks optimization: Algorithm and applications: https://www.sciencedirect.com/science/article/pii/S0167739X18313530. In this paper, a novel population-based, nature-inspired optimization paradigm is proposed, which is called Harris Hawks Optimizer (HHO).

  • Updated Mar 12, 2021
  • MATLAB

Improve this page

Add a description, image, and links to the evolutionary-computation 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 evolutionary-computation topic, visit your repo's landing page and select "manage topics."

Learn more