Skip to content

Commit 9dc241f

Browse files
authored
Update README.md
1 parent 383ff07 commit 9dc241f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The repository contains the implementation of the Gene Expression Programming[1]
2020
```
2121
julia --project=.
2222
using Pkg
23-
Pkg.add(url="https://github.com/maxreiss123/GEP_SBP_.git")
23+
Pkg.add("JGep")
2424
```
2525

2626

@@ -45,3 +45,4 @@ The repository contains the implementation of the Gene Expression Programming[1]
4545
- [ ] Documentation
4646
- [ ] Re-write postprocessing
4747
- [ ] Improve usability for user interaction
48+
- [ ] Next operations: Tail flip, Connection symbol flip, wrapper class for easy usage, config class for predefinition, staggered exploration

0 commit comments

Comments
 (0)