Skip to content

Commit daa7ad2

Browse files
authored
Update rastrigin.jl
1 parent c38d708 commit daa7ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Meta/rastrigin.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rastrigin_meta = Dict(
77
:name => "rastrigin",
88
:has_equalities_only => false,
99
:has_inequalities_only => false,
10-
:has_bounds => false,
10+
:has_bounds => true,
1111
:has_fixed_variables => false,
1212
:objtype => :other,
1313
:contype => :unconstrained,

0 commit comments

Comments
 (0)