Skip to content

Commit ef6f59d

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nsga3
1+
# NSGA-III
22
An implementation of NSGA-III algorithm in C++ according to the article:
33

44
* 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.
@@ -10,6 +10,7 @@ Contributions and bug fixes are welcome.
1010
## Demonstration
1111
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.
1212

13+
Compile the specific target file:
1314
```bash
14-
make makefile
15+
make Makefile
1516
```

0 commit comments

Comments
 (0)