Skip to content

Commit c8d56c3

Browse files
authored
Update README.md
1 parent c8e40ce commit c8d56c3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# nsga3
2-
An implementation of NSGA-III algorithm in C++
2+
An implementation of NSGA-III algorithm in C++ according to the article:
3+
4+
* Kalyanmoy Deb, & Himanshu Jain, An Evolutionary Many-Objective Optimization Algorithm Using Reference-Point-Based Nondominated Sorting Approach, Part I: Solving Problems With Box Constraints. IEEE Transactions on Evolutionary Computation, Vol. 18, No. 4, pp. 577–601, Aug 2014. doi:10.1109/TEVC.2013.2281535.
5+
6+
This code was tested using DTLZ and WFG test problems and the obtained results were quite similar to those reported by the authors.
7+
8+
Contributions and bug fixes are welcome.
9+
10+
## Demonstration
11+
The demo "src/main_nsga3.cpp" consists of a scalability test of the algorithm NSGA-III by varying the number of objectives from three to ten considering the DTLZ2 problem.
12+
13+
```bash
14+
make makefile
15+
```

0 commit comments

Comments
 (0)