Skip to content

Commit

Permalink
added project file
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Aug 28, 2018
1 parent 37e1716 commit c7fb224
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "Evolutionary"
uuid = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
version = "0.2.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ A Julia package for [evolutionary](http://www.scholarpedia.org/article/Evolution

## Installation

For julia 0.6 and lower, run following command

```julia
Pkg.add("Evolutionary")
```

For julia 0.7 and higher, run in the package manager mode
```
pkg> add https://github.com/wildart/Evolutionary.jl.git#v0.2.0
```

## Functionalities

#### Algorithms
Expand Down

0 comments on commit c7fb224

Please sign in to comment.