Skip to content

Commit

Permalink
Update eval.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarizav committed Apr 11, 2019
1 parent 67f7c4b commit 676034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.c
@@ -1,6 +1,6 @@
/* Routine for evaluating population members */
/* The Copyright belongs to Luis Felipe Ariza Vesga (lfarizav@unal.edu.co). You are free to use this algorithm (https://github.com/lfarizav/NSGA-III) for research purposes. All publications which use this code should acknowledge the author. Luis Felipe Ariza Vesga.
A Fast Nondominated Sorting Genetic Algorithm Extension to Solve Evolutionary Many-Objective Problems. March, 2019. */
A Fast Nondominated Sorting Genetic Algorithm Extension to Solve Many-Objective Problems. March, 2019. */

# include <stdio.h>
# include <stdlib.h>
Expand Down

0 comments on commit 676034b

Please sign in to comment.