Skip to content
#

genetic-programming

Here are 263 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

Vaguery
Vaguery commented Feb 10, 2018

There are apparently as many different approaches in src/clojush/problems as there are files.

We know, because we've wrestled with it, that to build a new problem you need to define a certain set of constants, functions and training and test cases.

I can find no documentation describing what those are.

Many of the most interesting problems are burdened with an ornate pile of spaghetti e

hecoding
hecoding commented Dec 17, 2016

Add debug pacman and ghosts that show where are they going by painting a colored trace on the maze. The color of the trace may vary giving they're hunting, escaping, etc...

Using GameView.addPoints()
i.e: GameView.addPoints(game,Color.BLUE, game.getShortestPath(currentPos, nearestFood));

Implementation

For Ghosts we can create new Classes like StarterGhostsDebug and for our own

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

Improve this page

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

Learn more

You can’t perform that action at this time.