Skip to content
#

evolutionary-algorithms

Here are 964 public repositories matching this topic...

FEDOT
gkirgizov
gkirgizov commented Apr 4, 2022

Current type hints are using np.array which is... actually not a even class, but a convenience function for creation of np.ndarray.
But instead of just substituting usages of np.array, it's better to use types from numpy.typing module, which was introduced in Numpy 1.20. (https://numpy.org/devdocs/reference/typing.html#module-numpy.typing). Besides parameterized NDArray[DType] it also i

enhancement good first issue refactoring
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

Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).

  • Updated Jul 21, 2021
  • Python
zoofs

zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.

  • Updated May 4, 2022
  • Python

Improve this page

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

Learn more