genetic

genetic algorithm framework
git clone igris.git:dracuxan/genetic.git
Log | Files | Refs | README

commit 0b62beede12ad22d0bbd90aba19e4d206ba4d488
parent 5116e5a883fb41b4c07874abc52686a993f2940f
Author: dracuxan <[email protected]>
Date:   Mon,  1 Jun 2026 12:53:30 +0530

upd: readme

Diffstat:
MREADME.md | 22+---------------------
1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/README.md b/README.md @@ -1,21 +1 @@ -# Genetic - -**TODO: Add description** - -## Installation - -If [available in Hex](https://hex.pm/docs/publish), the package can be installed -by adding `genetic` to your list of dependencies in `mix.exs`: - -```elixir -def deps do - [ - {:genetic, "~> 0.1.0"} - ] -end -``` - -Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) -and published on [HexDocs](https://hexdocs.pm). Once published, the docs can -be found at <https://hexdocs.pm/genetic>. - +# Genetic Algorithm Framework in Elixir