docs: update COCO examples to record history; add detector/fix script + tests#124
Closed
docs: update COCO examples to record history; add detector/fix script + tests#124
Conversation
… files Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
…ion docs Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
…files Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
…ate Pydantic models Co-authored-by: Anselmoo <13209783+Anselmoo@users.noreply.github.com>
- Updated import statements across multiple files to change the import path of AbstractOptimizer from `opt.abstract_optimizer` to `opt.abstract`. - This change enhances consistency and maintainability of the codebase by standardizing the import structure.
for more information, see https://pre-commit.ci
…rminal auto-approval
for more information, see https://pre-commit.ci
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.
This PR updates COCO benchmark examples across many optimizer docstrings so examples record history (use
track_history=True) and save run artifacts usingbenchmarks.save_run_history. It also adds:scripts/fix_coco_examples.py: detector and fixer (dry-run / apply) for COCO examplestests/test_coco_examples.py: static test ensuring COCO examples record history or save runs.specify/memory/constitution.mdto a concrete constitution and sync report.github/copilot-instructions.mdto runuv sync --all-groups --all-extraswhen adding dev packagesNotes:
Validation performed locally:
tests/test_coco_examples.py(passes)