Skip to content

Commit

Permalink
Fixed DTLZ2 nadir
Browse files Browse the repository at this point in the history
  • Loading branch information
light-weaver committed Nov 8, 2024
1 parent 3f05aa8 commit bdd73a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desdeo/problem/testproblems.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def dtlz2(n_variables: int, n_objectives: int) -> Problem:
func=f_m_expr,
maximize=False,
ideal=0,
nadir=2, # Assuming the range of g and the trigonometric functions
nadir=1, # Assuming the range of g and the trigonometric functions
is_convex=False,
is_linear=False,
is_twice_differentiable=True,
Expand Down

0 comments on commit bdd73a1

Please sign in to comment.