Skip to content

Commit

Permalink
turned on all benchmark functions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Apr 19, 2024
1 parent 83d40ba commit e226908
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/test_propulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
@pytest.fixture(
params=[
("rosenbrock", 0.0, 0.1),
# ("step", -25.0, 2.0),
# ("quartic", 0.0, 1000.0),
# ("rastrigin", 0.0, 1000.0),
# ("griewank", 0.0, 10000.0),
# ("schwefel", 0.0, 10000.0),
# ("bisphere", 0.0, 1000.0),
# ("birastrigin", 0.0, 1000.0),
# ("bukin", 0.0, 100.0),
# ("eggcrate", -1.0, 10.0),
# ("himmelblau", 0.0, 1.0),
# ("keane", 0.6736675, 1.0),
# ("leon", 0.0, 10.0),
("step", -25.0, 2.0),
("quartic", 0.0, 1000.0),
("rastrigin", 0.0, 1000.0),
("griewank", 0.0, 10000.0),
("schwefel", 0.0, 10000.0),
("bisphere", 0.0, 1000.0),
("birastrigin", 0.0, 1000.0),
("bukin", 0.0, 100.0),
("eggcrate", -1.0, 10.0),
("himmelblau", 0.0, 1.0),
("keane", 0.6736675, 1.0),
("leon", 0.0, 10.0),
("sphere", 0.0, 0.01), # (fname, expected, abs)
]
)
Expand Down

0 comments on commit e226908

Please sign in to comment.