From e60d0c7c7214441f69dec22f4c3804a803b61ab8 Mon Sep 17 00:00:00 2001 From: didayolo Date: Mon, 30 Mar 2026 17:24:30 +0200 Subject: [PATCH] Update Benchmark-Examples.md --- .../docs/Organizers/Benchmark_Creation/Benchmark-Examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md b/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md index 3c82874b5..d685ea4fe 100644 --- a/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md +++ b/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md @@ -20,6 +20,10 @@ We propose three versions of the [Classify Wheat Seeds](https://github.com/codal [Mini-AutoML Bundle](https://github.com/codalab/competition-examples/tree/master/codabench/mini-automl) is a benchmark template for Codabench, featuring code submission to multiple datasets (tasks). +### Shortest Path on Weighted Graph (SPoWG) + +[SPoWG Bundle](https://github.com/codalab/competition-examples/tree/master/codabench/shortest_path) is a benchmark template for Codabench, featuring code submission to solve an optimization problem on graphs. + ### AutoWSL You can find two versions of the [Automated Weakly Supervised Learning Benchmark](https://github.com/codalab/competition-examples/tree/master/codabench/autowsl):