You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ This package provides java implementation of various genetic programming paradig
5
5
6
6
More details are provided in the [docs](http://java-genetic-programming.readthedocs.io/en/latest/?badge=latest) for implementation, complexities and further info.
7
7
8
+
# Install
9
+
10
+
Add the following dependency to your POM file:
11
+
12
+
```xml
13
+
<dependency>
14
+
<groupId>com.github.chen0040</groupId>
15
+
<artifactId>java-genetic-programming</artifactId>
16
+
<version>1.0.4</version>
17
+
</dependency>
18
+
```
8
19
9
20
# Features
10
21
@@ -74,17 +85,7 @@ Future Works
74
85
* Grammar-based Genetic Programming
75
86
* Gene Expression Programming
76
87
77
-
# Install
78
88
79
-
Add the following dependency to your POM file:
80
-
81
-
```xml
82
-
<dependency>
83
-
<groupId>com.github.chen0040</groupId>
84
-
<artifactId>java-genetic-programming</artifactId>
85
-
<version>1.0.3</version>
86
-
</dependency>
87
-
```
88
89
89
90
# Usage of Linear Genetic Programming
90
91
@@ -149,8 +150,8 @@ The sample code below shows how the LGP can be created and trained:
0 commit comments