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

evolutionary-computation

Here are 180 public repositories matching this topic...

Jenscaasen
Jenscaasen commented Aug 8, 2018

Hi,
sorry for opening an issue for this, but i dont know how else to contact you.
Is there any documentation on how to actually implement SharpNeat? There is a collection of examples somewhere in the internet using sharpneat, which i can not find again, and there is that 8 year old tutorial from someone using it for TicTacToe, but which is incompatible to the current Nuget release. Outside of th

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

Vaguery
Vaguery commented Mar 17, 2017

I am noticing instructions like _exec_empty cropping up quite a lot. I realize that in Python variable names can only include underscores and Alnum characters, but I wonder if it might make Push code a bit more readable to name these in the Mathematica style: ending in Q (indicating "question", I guess?).

So for example _exec_empty_Q.

Just a minor suggestion. In Clojure implementatio

ypea

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

You can’t perform that action at this time.