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

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