Skip to content

ghn/genetic_algorithm_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic

Source code of the book Genetic Algorithm in Elixir

Run app

mix run scripts/cargo.exs
mix run scripts/n_queens.exs
mix run scripts/one_max.exs
mix run scripts/portfolio.exs
mix run scripts/speller.exs

Installation

If available in Hex, the package can be installed by adding genetic to your list of dependencies in mix.exs:

def deps do
  [
    {:genetic, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/genetic.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages