Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Nov 14, 2024
1 parent ef6f05a commit 8bfdfe4
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 302 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

if __name__ == "__main__":
problem = Srinivas()
#problem.reference_front = read_solutions(filename="resources/reference_front/Srinivas.pf")

max_evaluations = 25000
algorithm = NSGAII(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from jmetal.util.termination_criterion import StoppingByEvaluations

"""
Program to configure and run the NSGA-II algorithm configured with standard settings.
Program to configure and run the NSGA-II algorithm to optimize a constrained problem.
"""

if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions examples/multiobjective/nsgaii/nsgaii_standard_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"""
if __name__ == "__main__":
problem = ZDT4()

problem.reference_front = read_solutions(filename="resources/reference_front/ZDT4.pf")

max_evaluations = 25000
Expand Down
Loading

0 comments on commit 8bfdfe4

Please sign in to comment.