Skip to content

Soham-Saha/GeneticAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just checking if I can build an GA implementation from the scratch.

Java project to evolve a rudimentary impression of "Monalisa" with respect to the given target. 500 translucent rectangles are used with a pseudo Genetic Algorithm (only mutation). Hyperparameters are initially set and adapted manually to the image fitness score. Manhattan distance measure between the pixel colors is used for calculating the fitness score.

The file named Monalisa.java is the main output of this project.

image

https://youtu.be/j7djX8TZGeo?si=pwuWUAuZ1PSl8kOI

Releases

No releases published

Packages

No packages published

Languages