From bbd42135c0fec733e4df0afbd9b6fe2e30c9d7c5 Mon Sep 17 00:00:00 2001 From: Ashmit Dutta Date: Wed, 1 Oct 2025 06:31:33 -0500 Subject: [PATCH 1/3] Revise leaderboard with new participant data Updated leaderboard with new entries and adjusted ranks. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86226b5..88b55dc 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ We will review submissions on a rolling basis. | Rank | Name | Overlap | Wirelength (um) | Runtime (s) | Notes | |------|-----------------|-------------|-----------------|-------------|----------------------| -| 1 | Neel Shah | 0.0000 | 0.5445 | 45.40 | Zero overlaps on all tests, adaptive schedule + early stop | -| 2 | Akash Pai | 0.0006 | 0.4933 | 326.25s | | -| 3 | Prithvi Seran | 0.0499 | 0.4890 | 398.58 | | -| 4 | partcl example | 0.8 | 0.4 | 5 | example | -| 5 | Add Yours! | | | | | +| 1 | Ashmit Dutta | 0.0000 | 0.2870 | 995.58 | adaptive hyperparameters/scheduler, two-phase constraint optimization problem + early stop +| 2 | Neel Shah | 0.0000 | 0.5445 | 45.40 | Zero overlaps on all tests, adaptive schedule + early stop | +| 3 | Akash Pai | 0.0006 | 0.4933 | 326.25s | | +| 4 | Prithvi Seran | 0.0499 | 0.4890 | 398.58 | | +| 5 | partcl example | 0.8 | 0.4 | 5 | example | +| 6 | Add Yours! | | | | | > **To add your results:** > Insert a new row in the table above with your name, overlap, wirelength, and any notes. Ensure you sort by overlap. From f6a482a28dabaa1266f5c485c6e835e1f07d037b Mon Sep 17 00:00:00 2001 From: Ashmit Dutta Date: Wed, 1 Oct 2025 06:34:10 -0500 Subject: [PATCH 2/3] Update leaderboard with additional notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b55dc..b1ce5cd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We will review submissions on a rolling basis. | Rank | Name | Overlap | Wirelength (um) | Runtime (s) | Notes | |------|-----------------|-------------|-----------------|-------------|----------------------| -| 1 | Ashmit Dutta | 0.0000 | 0.2870 | 995.58 | adaptive hyperparameters/scheduler, two-phase constraint optimization problem + early stop +| 1 | Ashmit Dutta | 0.0000 | 0.2870 | 995.58 | unique solution (?) | | 2 | Neel Shah | 0.0000 | 0.5445 | 45.40 | Zero overlaps on all tests, adaptive schedule + early stop | | 3 | Akash Pai | 0.0006 | 0.4933 | 326.25s | | | 4 | Prithvi Seran | 0.0499 | 0.4890 | 398.58 | | From 5f357d358825ea9415904b0774a6db7df7e8b698 Mon Sep 17 00:00:00 2001 From: Ashmit Dutta Date: Wed, 1 Oct 2025 06:36:06 -0500 Subject: [PATCH 3/3] Revise leaderboard entry for Ashmit Dutta Updated notes for Ashmit Dutta's entry in the leaderboard. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ce5cd..c60310f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We will review submissions on a rolling basis. | Rank | Name | Overlap | Wirelength (um) | Runtime (s) | Notes | |------|-----------------|-------------|-----------------|-------------|----------------------| -| 1 | Ashmit Dutta | 0.0000 | 0.2870 | 995.58 | unique solution (?) | +| 1 | Ashmit Dutta | 0.0000 | 0.2870 | 995.58 | Spent my entire morning (12 am - 6 am) doing this :P | | 2 | Neel Shah | 0.0000 | 0.5445 | 45.40 | Zero overlaps on all tests, adaptive schedule + early stop | | 3 | Akash Pai | 0.0006 | 0.4933 | 326.25s | | | 4 | Prithvi Seran | 0.0499 | 0.4890 | 398.58 | |