[community] Add Erdos Unit Distance 3D Problem#144
Open
m8ngotree wants to merge 1 commit into
Open
Conversation
Adds `erdos_unit_distance_3d`, the three-dimensional analogue of the existing `erdos_unit_distance` problem. Place N=65536 points in R³ to maximize unit-distance pairs, scored with the same cubic formula as the 2D version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
erdos_unit_distance_3d, the three-dimensional version of the existingerdos_unit_distanceproblemValidation
Smoke test (
reference.py→evaluator.py):Reference scores > 0 ✓
Scoring
score = 100 * (raw_score / 100)^3whereraw_score = 100 * (pairs - N) / pairsResources
ubuntu:24.04Test plan
python3 -m py_compile 2.0/problems/erdos_unit_distance_3d/evaluator.pypython3 2.0/problems/erdos_unit_distance_3d/evaluator.py 2.0/problems/erdos_unit_distance_3d/reference.py— score=29.34 (> 0)uv run frontier list 2.0— problem appears aserdos_unit_distance_3duv run frontier show 2.0 erdos_unit_distance_3d— readme renders correctlyHarbor trial (
gpt-5-2025-08-07, 600s agent timeout):{ "score": 56.72, "reward": 0.5672, "successful_submissions": 5, "trial_status": "scored", "agent_status": "completed" }Submission trajectory:
0 → 56.55 → 56.69 → 56.72 → 56.72 → 56.68Harbor Smoke Trial Logs