Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 682 Bytes

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
```