Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Feb 28, 2024
1 parent 99c6223 commit 14e51b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using COPSBenchmark

COPS_INSTANCES = [
(COPSBenchmark.bearing_model, (50, 50), -1.5482e-1),
(COPSBenchmark.chain_model, (800,), 5.06891),
(COPSBenchmark.camshape_model, (1000,), 4.2791), # TODO: result is slightly different
(COPSBenchmark.catmix_model, (100,), -4.80556e-2),
(COPSBenchmark.channel_model, (200,), 1.0),
Expand All @@ -15,6 +16,7 @@ COPS_INSTANCES = [
(COPSBenchmark.marine_model, (100,), 1.97462e7),
(COPSBenchmark.methanol_model, (100,), 9.02229e-3),
(COPSBenchmark.pinene_model, (100,), 1.98721e1),
(COPSBenchmark.polygon_model, (100,), -0.674981), # N.B: objective depends on the optimizer used.
(COPSBenchmark.robot_model, (200,), 9.14138),
(COPSBenchmark.rocket_model, (400,), 1.01283),
(COPSBenchmark.steering_model, (200,), 5.54577e-1),
Expand Down

0 comments on commit 14e51b5

Please sign in to comment.