Adds two direct-placement BBOPlace Frontier-CS 2.0 tasks#130
Merged
Conversation
fb615a9 to
23d230f
Compare
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 free
to 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.
Summary
Adds two direct-placement BBOPlace Frontier-CS 2.0 tasks:
bboplace_direct_ispd2005bboplace_direct_iccad2015Unlike the suite-style BBOPlace tasks, these variants ask the agent to directly produce one JSON placement for one fixed design:
adaptec1superblue1Agents may write Python scripts, shell scripts, search loops, local parsers, or other helper programs during the trial, but the final graded artifact is
/app/solution.json. The judge uses the same CPU-only BBOPlace MGO MP-HPWL evaluation path and relaxed MGO baselines as the suite tasks.This also extends the Frontier-CS 2.0 adapter reference-solution handling so file submissions with non-
.pypaths, such as/app/solution.json, can still generate valid Harbor reference artifacts without affecting directory-style tasks like Vector DB ANN.Type of Change
Testing
PYTHONPYCACHEPREFIX=/private/tmp/frontier-cs-pycache python3 -m py_compile 2.0/problems/bboplace_direct_ispd2005/evaluator.py 2.0/problems/bboplace_direct_iccad2015/evaluator.py adapters/frontier-cs-2.0/src/frontier_cs_2_0/adapter.pybboplace_ispd2005bboplace_iccad2015bboplace_direct_ispd2005bboplace_direct_iccad2015python3 tools/bboplace/check_generated_tasks.py /private/tmp/frontier-cs-bboplace-generatedvector_db_ann_relaxedas a non-BBOPlace adapter smoke test to confirm directory submissions were unaffected.bboplace_direct_ispd2005onadaptec1bboplace_direct_iccad2015onsuperblue1bboplace_direct_ispd2005with local Codex auth injection. The agent submitted multiple valid JSON artifacts and the judge returned metrics correctly; all valid placements scored0because their HPWL remained above the relaxed baseline.Checklist
CI Validation (for new problems)
These direct JSON tasks include
reference.jsonbecause the configured submission path is/app/solution.json.