Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onclave committed Apr 6, 2019
1 parent b379ab9 commit 859fae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ This is **v2** of the algorithm implementation. This reference implementation ha

<br/>

The reference **v1** implemention can be found in the _v1_ folder. The _README_ of that implementation can be found in that folder as *README.v1.md*
The reference **v1** implemention can be found in the [here](https://github.com/onclave/NSGA-II/tree/master/v1). The _README_ of that implementation can be found [here](https://github.com/onclave/NSGA-II/blob/master/v1/README.md).

The _README_ document of **v2** is still incomplete and under progress. Code commenting of **v2** is also under progress and not all code is commented properly. This shall be done shortly. In the mean time, if you are unable to understand any part of the code, feel free to open an _issue_ about it and I shall try to resolve it.
1 change: 1 addition & 0 deletions v1/README.v1.md → v1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# NSGA-II
**an NSGA-II implementation using Java**
**This is v1 implementation. For latest v2 reference implementation, visit [here](https://github.com/onclave/NSGA-II)**

**_Original Authors of the Paper_: [Kalyanmoy Deb](http://www.egr.msu.edu/~kdeb/), [Amrit Pratap](https://scholar.google.com/citations?user=E8wJ7G8AAAAJ&hl=en), [Sameer Agarwal](http://ieeexplore.ieee.org/search/searchresult.jsp?searchWithin=%22Authors%22:.QT.S.%20Agarwal.QT.&newsearch=true), [T. Meyarivan](http://ieeexplore.ieee.org/search/searchresult.jsp?searchWithin=%22Authors%22:.QT.T.%20Meyarivan.QT.&newsearch=true)**

Expand Down

0 comments on commit 859fae3

Please sign in to comment.