File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name = " Evolutionary"
2+ uuid = " 86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
3+ version = " 0.2.0"
4+
5+ [deps ]
6+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
8+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9+
10+ [extras ]
11+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
12+
13+ [targets ]
14+ test = [" Test" ]
Original file line number Diff line number Diff line change @@ -8,10 +8,17 @@ A Julia package for [evolutionary](http://www.scholarpedia.org/article/Evolution
88
99## Installation
1010
11+ For julia 0.6 and lower, run following command
12+
1113``` julia
1214Pkg. add (" Evolutionary" )
1315```
1416
17+ For julia 0.7 and higher, run in the package manager mode
18+ ```
19+ pkg> add https://github.com/wildart/Evolutionary.jl.git#v0.2.0
20+ ```
21+
1522## Functionalities
1623
1724#### Algorithms
You can’t perform that action at this time.
0 commit comments