https://github.com/bergel/geneticalgorithm4julia
Implement of genetic algorithm in Julia
https://github.com/bergel/geneticalgorithm4julia
genetic-algorithm julia julia-language
Last synced: about 2 months ago
JSON representation
Implement of genetic algorithm in Julia
- Host: GitHub
- URL: https://github.com/bergel/geneticalgorithm4julia
- Owner: bergel
- License: mit
- Created: 2021-09-04T11:50:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T10:47:39.000Z (over 3 years ago)
- Last Synced: 2025-02-10T00:23:27.112Z (4 months ago)
- Topics: genetic-algorithm, julia, julia-language
- Language: Julia
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeneticAlgorithm4Julia
This repository provides a simple implementation of a genetic algorithm. Currently, it uses evolution to find a sequence `1, 2, 3, 4, 5`. Fitness has to decrease along generation.
The content of this repository will evolve within the next few days...