https://github.com/automata/genart
Generative Art by Interactive Genetic Algorithm
https://github.com/automata/genart
Last synced: 3 months ago
JSON representation
Generative Art by Interactive Genetic Algorithm
- Host: GitHub
- URL: https://github.com/automata/genart
- Owner: automata
- Created: 2015-10-19T04:51:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T23:12:50.000Z (over 9 years ago)
- Last Synced: 2025-01-07T22:18:36.610Z (4 months ago)
- Language: CoffeeScript
- Size: 8.18 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative Art by Interactive Genetic Algorithm

1. Generate a population of artefacts
2. Display phenotypes (e.g. paintings) and genotypes (feature points)
3. Let user select the best phenotype
4. Place a gaussian distribution at best phenotype
5. Score population considering gaussian weight
6. Select population based on fitness
7. Go to step 2 and loop forever