vbop9834 / evolixir

Neuroevolution in Elixir based on the DXNN system in Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:Elixir 99.9%Language:Makefile 0.1%