-
Notifications
You must be signed in to change notification settings - Fork 4
Codex/incorporate novel agent into codeevolve #4
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
mragan2
wants to merge
37
commits into
inter-co:main
Choose a base branch
from
mragan2:codex/incorporate-novel-agent-into-codeevolve
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
Codex/incorporate novel agent into codeevolve #4
mragan2
wants to merge
37
commits into
inter-co:main
from
mragan2:codex/incorporate-novel-agent-into-codeevolve
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
…mits, improve documentation Co-authored-by: mragan2 <[email protected]>
…th same fitness Co-authored-by: mragan2 <[email protected]>
Co-authored-by: mragan2 <[email protected]>
…n requirement Co-authored-by: mragan2 <[email protected]>
…ations Co-authored-by: mragan2 <[email protected]>
Co-authored-by: mragan2 <[email protected]>
… run.sh in project folder Co-authored-by: mragan2 <[email protected]>
… options Co-authored-by: mragan2 <[email protected]>
Optimize database insertions, implement TODO improvements, and add project templates with API key configuration
…d-files Add empty scaffold for F_time problem
…d-files-88vczj Add config.yaml for F_time problem
…r-f_time Add F_time setup guide for local runs
Refactored and expanded problems/F_time/configs/config.yaml for improved structure, updated model ensemble, and clarified resource and evolution parameters. Added new helper files (tmp.txt, pyhelp.txt) and adjusted run.sh scripts to use the new configuration and environment variable defaults. Updated scripts/run.sh to point to the F_time problem and its new config file.
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
Enhance runner prompts and automation
Co-authored-by: mragan2 <[email protected]>
Apply black and isort formatting to codebase
Renamed config.yaml to config/config.yaml for better organization. Updated run_windows.ps1 to use SetEnvironmentVariable for setting and cleaning up environment variables, and improved config directory output formatting.
…on-with-asyncio Add async batch evaluation helper
- **evaluator.py**: Removed unsupported 'delete=False' from TemporaryDirectory to fix TypeError. - **evolution.py**: Initialized init_sol.fitness to 0.0 to prevent AttributeError. - **evolution.py & problems/F_time/input/evaluate.py**: Replaced incorrect 'tuly' import with 'numpy'. - **cli.py**: Fixed SyntaxError in f-string for checkpoint loading.
Fix: Resolve evaluator, tuly, and initialization issues - **evaluator.py**: Removed unsupported 'delete=False' from TemporaryDirectory to fix TypeError. - **evolution.py**: Initialized init_sol.fitness to 0.0 to prevent AttributeError. - **evolution.py & problems/F_time/input/evaluate.py**: Replaced incorrect 'tuly' import with 'numpy'. - **cli.py**: Fixed SyntaxError in f-string for checkpoint loading.
…://github.com/mragan2/science-codeevolve into codex/incorporate-novel-agent-into-codeevolve
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.
No description provided.