alphaevolve-on-googlecloud
No description available.
File Explorer
Download Latest Version (.zip)- alphaevolve-architecture.png
- evolve-code.gif
- build_release.sh
- Cargo.toml
- Dockerfile
- main.py
- requirements.txt
- lib.rs
- main.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- helpers.rs
- lib.rs
- evaluator.py
- README.md
- run_experiment.py
- Dockerfile
- main.py
- requirements.txt
- benchmark.cpp
- benchmark.hpp
- main.cpp
- sort.hpp
- sort_impl.hpp
- evaluator.py
- README.md
- run_experiment.py
- __init__.py
- evaluate.py
- program.py
- run_evolution.py
- __init__.py
- example.env
- instructions.md
- Makefile
- README.md
- Dockerfile
- main.py
- requirements.txt
- __init__.py
- __main__.py
- config.py
- data.py
- launcher.py
- model.py
- sft.py
- utils.py
- Dockerfile
- requirements.txt
- gateway.yaml
- monitoring.yaml
- namespace.yaml
- ray-cluster.yaml
- ray-head-podmonitor.yaml
- ray-workers-podmonitor.yaml
- __init__.py
- report.py
- __init__.py
- evaluate.py
- program.py
- run_evolution.py
- gke.tf
- main.tf
- monitoring.tf
- outputs.tf
- prometheus-values.yaml
- terraform.tfvars.example
- variables.tf
- __init__.py
- cloudbuild.yaml
- example.env
- instructions.md
- Makefile
- README.md
- README.md
- __init__.py
- eval_prog_file.py
- evaluate.py
- program.py
- run_evolution.py
- README.md
- __init__.py
- example.env
- instructions.md
- Makefile
- README.md
- requirements.txt
- __init__.py
- report.py
- visualization.py
- __init__.py
- evaluate.py
- program.py
- run_evolution.py
- __init__.py
- example.env
- instructions.md
- Makefile
- README.md
- __init__.py
- __init__.py
- cli.py
- client.py
- completions.py
- config.py
- controller.py
- dashboard.py
- evaluator.py
- formatting.py
- locks.py
- nicknames.py
- skills_install.py
- version.py
- visualization.py
- api_and_infrastructure.md
- domain_background.md
- evaluator_and_scoring.md
- experiment_design.md
- runtime_configuration.md
- suitability_and_architecture.md
- troubleshooting.md
- README.md
- SKILL.md
- evaluator.py
- example_evaluation.json
- initial_program.py
- problem_description.md
- pyproject.toml
- README.md
- test_evaluator.py
- test_program.py
- evaluator_patterns.md
- evolve_block_guide.md
- multi_file_guide.md
- numerical_stability.md
- phase_1_clarify.md
- phase_2_implement.md
- experiment_description_schema.py
- README.md
- SKILL.md
- cli_reference.md
- debugging.md
- models.md
- README.md
- SKILL.md
- handoff_contracts.md
- README.md
- SKILL.md
- cli_reference.md
- debugging.md
- integration_patterns.md
- visualization.md
- README.md
- SKILL.md
- cli_reference.md
- debugging.md
- models.md
- README.md
- SKILL.md
- pyproject.toml
- README.md
- __init__.py
- client.py
- controller.py
- experiment.py
- models.py
- utils.py
- visualization.py
- workers.py
- __init__.py
- test_client.py
- test_controller.py
- test_evaluator.py
- test_experiment.py
- test_utils.py
- test_visualization.py
- test_workers.py
- .gitignore
- CONTRIBUTING.md
- example.env
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/Google-Cloud-AI/alphaevolve-on-googlecloud
Downloads the entire project code from GitHub to your computer.
cd alphaevolve-on-googlecloud
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
uv pip install -e ".[examples]"
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
