Test d'un programme/librairie (JGAP) qui permet de resoudre des problemes a l'aide d'algo genetique.
Ici c'est une exemple d'un programme qui arrive a redessiner avec des triangle de couleur/opacité differentes un dessin qu'on lui donne en entrée.
J'ai simplement compilé les images des meilleurs solution de la sequence pour voir tout l'evolution.
So, how does that work? For a genetic algorithm you need rules and fitness, right? How was the fitness determinated in this one?
SangerZonvolt 3 months ago
@SangerZonvolt Yes. I determine the fitness by evaluating the "difference" per pixel based on the generated and reference image. But this is probably not the most optimal :)
wax78 3 months ago
You can find source code for this thing on the net i think, it use JGAP (but don't remember where right now)
wax78 3 months ago
cool!
bermarte 1 year ago
@bermarte Other test are following ... be tuned.
wax78 1 year ago