Skip to content
#

evolutionary-algorithms

Here are 526 public repositories matching this topic...

jenetics
jenetics
jenetics commented Nov 19, 2019

The generation of the diagrams for the user manual requires a lot of manual work: trigger the generation and copying the graphs into the right directory. This generation process needs to be unified and automated. Ideally one script call, e.g. generate_graphs.sh, should trigger the generation process and copy the results into the correct directory.

The place where the diagram generation code i

stabilus
stabilus commented Jul 23, 2019

I am entering the subject as a non mathematician and non data scientist. I'm a potential user of your code who is looking to solve actual down to earth practical problems. While your code apparently beautifully includes a multitude of problems and algorithms, they are really wasted on me as I simply don't get the math, the lingo or the examples.

I therefore suggest you provide a few practical e

Always sparse. Never dense. But never say never. A 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 May 19, 2020
  • Python
BluePyOpt
wvangeit
wvangeit commented Aug 2, 2016

Needs to allow for:

  • hoc code should be read from string (See #143). hoc_path is not necessary anymore. Should be first argument after name.
  • we need a morph_dir argument to specify morphology directory. when this is specified morph filename in hoc can be used.
  • morph_filename, overwrite morph_filename specified in hoc
  • hoc code should not have full path to morpho anymore (only morph_filename
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 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

You can’t perform that action at this time.