https://github.com/holsee/genetic
Genetic algorithms in elixir
https://github.com/holsee/genetic
Last synced: 3 months ago
JSON representation
Genetic algorithms in elixir
- Host: GitHub
- URL: https://github.com/holsee/genetic
- Owner: holsee
- License: mit
- Created: 2022-05-27T10:53:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T16:20:24.000Z (about 3 years ago)
- Last Synced: 2025-02-05T06:44:46.470Z (4 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🧬 Genetic Algorithms in Elixir & Rust 🧬
========================================Initial material in this repo will be from exercises found in the
book of the same name with modificiation, optimisation and reimplementation
of many of the algorithms in [NX](https://github.com/elixir-nx/nx) and Rust 🦀.