File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed 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
8
8
9
9
## Installation
10
10
11
+ For julia 0.6 and lower, run following command
12
+
11
13
``` julia
12
14
Pkg. add (" Evolutionary" )
13
15
```
14
16
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
+
15
22
## Functionalities
16
23
17
24
#### Algorithms
You can’t perform that action at this time.
0 commit comments