We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38d708 commit daa7ad2Copy full SHA for daa7ad2
1 file changed
src/Meta/rastrigin.jl
@@ -7,7 +7,7 @@ rastrigin_meta = Dict(
7
:name => "rastrigin",
8
:has_equalities_only => false,
9
:has_inequalities_only => false,
10
- :has_bounds => false,
+ :has_bounds => true,
11
:has_fixed_variables => false,
12
:objtype => :other,
13
:contype => :unconstrained,
0 commit comments