Uh oh!
There was an error while loading. Please reload this page.
Add leaderboard entry: 0.0000 overlap, 0.3582 wirelength, 26.15s - #65
Open
shaanpatel00 wants to merge 1 commit into
Open
Add leaderboard entry: 0.0000 overlap, 0.3582 wirelength, 26.15s#65shaanpatel00 wants to merge 1 commit into
shaanpatel00 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Results (tests 1-10)
Code: https://github.com/shaanpatel00/partcl_intern_challenge (public)
All changes are in
placement.pybetween the OPTIMIZATION CODE markers.test.pyis unmodified.Approach
Bonus tests
Test 11: 0.3135; Test 12: 0.5055, both zero overlap.
Note:
calculate_cells_with_overlapsin the evaluation section is an O(N²) Python loop, so scoring test 12 takes ~45 min even though placement finishes in ~4s. I verified both with an independent bucket-based overlap checker.