Skip to content
forked from vbop9834/evolixir

Neuroevolution in Elixir based on the DXNN system in Erlang

License

Notifications You must be signed in to change notification settings

brourk/evolixir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolixir

Evolixir is based on the DXNN system written in Erlang.

The project is still in development. To see a working system look at NeuralFish or DXNN

(NOT YET AVAILABLE) Installation

NOT YET AVAILABLE

If available in Hex, the package can be installed as:

  1. Add evolixir to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:evolixir, "~> 0.1.0"}]
end
```
  1. Ensure evolixir is started before your application:
```elixir
def application do
  [applications: [:evolixir]]
end
```

About

Neuroevolution in Elixir based on the DXNN system in Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 99.9%
  • Makefile 0.1%