-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(eval): add agent-based iterative format optimization framework and history #2092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gspencergoog
wants to merge
22
commits into
a2ui-project:main
Choose a base branch
from
gspencergoog:iterative_optimization
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d949c9a
feat(eval): add agent-based iterative format optimization framework a…
gspencergoog ef7b1ac
feat(eval): parameterize history run metadata with model and thinking…
gspencergoog b403b36
refactor(eval): consolidate thinking budget baselines under eval/base…
gspencergoog 819d5ef
refactor(eval): remove one-off run_thinking_baselines.py script
gspencergoog 70471dc
refactor(eval): remove redundant baselines directory inside inference…
gspencergoog 4a9cb3f
refactor(eval): apply code review cleanup suggestions to inference-fo…
gspencergoog 1c8f17f
refactor(eval): remove misplaced express runs from atom history and u…
gspencergoog 0315708
refactor(eval): remove individual run_XXX history directories while k…
gspencergoog 7c8eba6
refactor(eval): consolidate iterative format optimizer assets and his…
gspencergoog 4082a70
Merge branch 'main' into iterative_optimization
gspencergoog 4670275
Merge branch 'main' into iterative_optimization
gspencergoog 39a9907
refactor(eval): flatten baselines into iterative_format_optimizer and…
gspencergoog 8623f47
fix(eval): direct ephemeral optimizer logs to iterative_format_optimi…
gspencergoog 3cabced
refactor(eval): streamline history index generation to single master …
gspencergoog c7503a9
feat(eval): add --temperature and --epochs options to optimizer CLI a…
gspencergoog fec5f40
refactor(eval): apply code review recommendations to compare_results …
gspencergoog ad995ba
test(optimizer): Expand unit test suite to achieve 90.2% code coverage
gspencergoog d9398c7
fix(ci): fix format-check and build_and_deploy CI failures
gspencergoog f95a18d
fix(eval): fix mypy type checking errors and exclude test path in pyp…
gspencergoog 76c6349
fix(ci): exclude eval directory from mypy type checking
gspencergoog d7e94e8
refactor(eval): include traceback in subprocess evaluation exception …
gspencergoog 1d409a4
refactor(eval): wrap blocking timeout parse in asyncio.to_thread and …
gspencergoog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.