MCPcopy Index your code

hub / github.com/algorithmicsuperintelligence/openevolve / functions

Functions1,478 in github.com/algorithmicsuperintelligence/openevolve

↓ 1 callersFunctionget_datamodule
(name, root_folder)
examples/symbolic_regression/bench/datamodules.py:169
↓ 1 callersMethodget_embedding
Computes the text embedding for a code string. Args: code (str, list[str]): The code as a string or list
openevolve/embedding.py:61
↓ 1 callersFunctionget_evolution_test_evaluator
Get a simple evaluator for evolution testing
tests/test_utils.py:160
↓ 1 callersFunctionget_evolution_test_program
Get a simple program for evolution testing
tests/test_utils.py:152
↓ 1 callersFunctionget_integration_config
Get config for integration tests with optillm
tests/test_utils.py:113
↓ 1 callersMethodget_island_stats
Get statistics for each island
openevolve/database.py:1974
↓ 1 callersFunctionget_matrix_multiplication_tensor
(n, m, p)
examples/alphaevolve_math_problems/matmul/initial_program.py:113
↓ 1 callersFunctionget_params_for_model
Show what parameters would be used for each model
tests/test_model_parameter_demo.py:22
↓ 1 callersMethodget_reference_performance
Get baseline performance for comparison
examples/attention_optimization/legacy/prev_sim__works_evaluator.py:412
↓ 1 callersFunctionget_submission_status
(submission_url, cookies)
examples/online_judge_programming/submit.py:366
↓ 1 callersFunctionget_submission_url
(submit_response, cfg)
examples/online_judge_programming/submit.py:358
↓ 1 callersFunctionget_test_cases
Get test cases with HTML content and expected results. These test cases include URLs that will be fetched by optillm's readurls plugin d
examples/web_scraper_optillm/evaluator.py:114
↓ 1 callersMethodget_total_artifact_size
Get total size of all artifacts in bytes
openevolve/evaluation_result.py:60
↓ 1 callersFunctionguess_language
(ext, files)
examples/online_judge_programming/submit.py:204
↓ 1 callersFunctionguess_mainclass
(language, files)
examples/online_judge_programming/submit.py:242
↓ 1 callersFunctionhexagons_are_disjoint
Determines if two hexagons are disjoint given their parameters.
examples/alphaevolve_math_problems/hexagon_packing/12/evaluator.py:106
↓ 1 callersFunctionhexagons_are_disjoint
Determines if two hexagons are disjoint given their parameters.
examples/alphaevolve_math_problems/hexagon_packing/11/evaluator.py:106
↓ 1 callersMethodincrement_island_generation
Increment generation counter for an island
openevolve/database.py:1769
↓ 1 callersFunctionis_inside_hexagon
Checks if a point is inside a hexagon (given its parameters).
examples/alphaevolve_math_problems/hexagon_packing/12/evaluator.py:117
↓ 1 callersFunctionis_inside_hexagon
Checks if a point is inside a hexagon (given its parameters).
examples/alphaevolve_math_problems/hexagon_packing/11/evaluator.py:117
↓ 1 callersFunctionis_python2
(files)
examples/online_judge_programming/submit.py:184
↓ 1 callersFunctionis_server_running
Check if optillm server is running on the given port
tests/test_utils.py:105
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/fft_cmplx_scipy_fftpack/best_program.py:81
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/eigenvectors_complex/best_program.py:110
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/convolve2d_full_fill/best_program.py:100
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/affine_transform_2d/best_program.py:113
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/polynomial_real/best_program.py:115
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/psd_cone_projection/best_program.py:112
↓ 1 callersMethodis_solution
Check if the provided solution is valid. Args: problem: The original problem solution: The proposed
examples/algotune/fft_convolution/best_program.py:159
↓ 1 callersMethodis_solution
Validate an LU factorization A = P L U. Checks: - Presence of 'LU' with 'P','L','U' - Shapes match A (square)
examples/algotune/lu_factorization/best_program.py:89
↓ 1 callersFunctionlatest_checkpoint
(dir_path: pathlib.Path)
examples/tsp_tour_minimization/start_evolution.py:20
↓ 1 callersFunctionloadMonaco
()
scripts/static/js/manual.js:25
↓ 1 callersFunctionloadTasks
()
scripts/static/js/manual.js:60
↓ 1 callersMethodload_baseline_mlir
Load baseline MLIR from file
examples/attention_optimization/evaluator.py:33
↓ 1 callersFunctionload_custom_attention_class
Load the CustomGQAAttention class from the evolved program
examples/mlx_metal_kernel_opt/test_optimized_attention.py:50
↓ 1 callersFunctionload_iterative_results
Load results from iterative agent output.
examples/k_module_problem/compare_results.py:81
↓ 1 callersFunctionload_openevolve_results
Load results from OpenEvolve checkpoint.
examples/k_module_problem/compare_results.py:25
↓ 1 callersFunctionload_points
(output_dir: str, n: int, instances_count: int = 128)
examples/tsp_tour_minimization/utils/load_data.py:22
↓ 1 callersFunctionload_program_module
Dynamically load the best_program.py module from the specified directory.
examples/arc_benchmark/post_evolution_eval.py:12
↓ 1 callersFunctionload_prompt
Load prompt template for a dataset.
examples/llm_prompt_optimization/evaluate_prompts.py:27
↓ 1 callersFunctionload_secret
Load API keys and configuration from a secrets file. Args: secrets_file: Path to the YAML secrets file Returns: Diction
examples/symbolic_regression/data_api.py:18
↓ 1 callersFunctionload_task_as_prompt
(task_json, task_num)
examples/arc_benchmark/generate_config.py:6
↓ 1 callersFunctionload_traces_hdf5
Load traces from an HDF5 file Args: input_path: Path to the HDF5 file Returns: Tuple of (traces list, metadata dict)
openevolve/utils/trace_export_utils.py:232
↓ 1 callersFunctionload_traces_json
Load traces from a JSON file Args: input_path: Path to the JSON file Returns: Tuple of (traces list, metadata dict)
openevolve/utils/trace_export_utils.py:213
↓ 1 callersFunctionload_traces_jsonl
Load traces from a JSONL file Args: input_path: Path to the JSONL file compress: Whether the file is compressed with gzip
openevolve/utils/trace_export_utils.py:182
↓ 1 callersFunctionlogin
Log in to Kattis. At least one of password or token needs to be provided. Returns a requests.Response with cookies needed to be able to subm
examples/online_judge_programming/submit.py:254
↓ 1 callersFunctionmain
()
examples/k_module_problem/iterative_agent.py:315
↓ 1 callersFunctionmain
()
examples/k_module_problem/compare_results.py:249
↓ 1 callersFunctionmain
()
examples/k_module_problem/run_random_baseline.py:125
↓ 1 callersFunctionmain
Run the complete benchmark suite
examples/mlx_metal_kernel_opt/qwen3_benchmark_suite.py:1004
↓ 1 callersFunctionmain
()
examples/mlx_metal_kernel_opt/run_benchmarks.py:561
↓ 1 callersFunctionmain
()
examples/mlx_metal_kernel_opt/quick_demo.py:12
↓ 1 callersFunctionmain
()
examples/mlx_metal_kernel_opt/test_optimized_attention.py:439
↓ 1 callersFunctionmain
Entry point: parse CLI arguments, apply the hook, and run mlx_lm.generate. This function orchestrates the entire flow: 1. Parse command-
examples/mlx_metal_kernel_opt/mlx_lm_generate_with_hook.py:82
↓ 1 callersFunctionmain
()
examples/online_judge_programming/submit.py:459
↓ 1 callersFunctionmain
Main function to create OpenEvolve task files.
examples/algotune/create_task.py:14
↓ 1 callersFunctionmain
Main function.
examples/algotune/run_benchmark.py:334
↓ 1 callersFunctionmain
Main function to generate OpenEvolve task files.
examples/algotune/generate_all_tasks.py:14
↓ 1 callersFunctionmain
()
examples/attention_optimization/scripts/debug_real_execution.py:143
↓ 1 callersFunctionmain
()
examples/attention_optimization/scripts/mlir_lowering_pipeline.py:227
↓ 1 callersFunctionmain
Run all tests
examples/attention_optimization/tests/test_results.py:72
↓ 1 callersFunctionmain
Run all tests
examples/attention_optimization/tests/test_evaluator.py:122
↓ 1 callersFunctionmain
()
examples/llm_prompt_optimization/evaluate_prompts.py:301
↓ 1 callersFunctionmain
Main entry point for processing symbolic regression problems. Initializes datasets and processes problems in parallel using multiprocessing.
examples/symbolic_regression/data_api.py:701
↓ 1 callersFunctionmain_async
Main asynchronous entry point Returns: Exit code
openevolve/cli.py:63
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/fft_cmplx_scipy_fftpack/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/eigenvectors_complex/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/convolve2d_full_fill/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/affine_transform_2d/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/polynomial_real/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/psd_cone_projection/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/fft_convolution/evaluator.py:130
↓ 1 callersFunctionmeasure_baseline_performance
Measure baseline performance using the original AlgoTune implementation. Args: task_instance: The AlgoTune task instance
examples/algotune/lu_factorization/evaluator.py:130
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/fft_cmplx_scipy_fftpack/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/eigenvectors_complex/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/convolve2d_full_fill/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/affine_transform_2d/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/polynomial_real/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/psd_cone_projection/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/fft_convolution/evaluator.py:191
↓ 1 callersFunctionmeasure_evolved_performance
Measure evolved solution performance. Args: program: The evolved program module problem: Problem to solve num_ru
examples/algotune/lu_factorization/evaluator.py:191
↓ 1 callersFunctionminimum_circumscribing_rectangle
Returns the width and height of the minimum circumscribing rectangle. Args: circles: A numpy array of shape (num_circles, 3), where each row
examples/alphaevolve_math_problems/circle_packing_rect/evaluator.py:26
↓ 1 callersFunctionnormalize_vector
Normalizes a 2D vector.
examples/alphaevolve_math_problems/hexagon_packing/12/evaluator.py:52
↓ 1 callersFunctionnormalize_vector
Normalizes a 2D vector.
examples/alphaevolve_math_problems/hexagon_packing/11/evaluator.py:52
↓ 1 callersFunctionopenTask
(taskId)
scripts/static/js/manual.js:113
↓ 1 callersFunctionoverlap_1d
Determines whether two 1D intervals overlap, allowing for numerical tolerance.
examples/alphaevolve_math_problems/hexagon_packing/12/evaluator.py:84
↓ 1 callersFunctionoverlap_1d
Determines whether two 1D intervals overlap, allowing for numerical tolerance.
examples/alphaevolve_math_problems/hexagon_packing/11/evaluator.py:84
↓ 1 callersFunctionparse_args
Parse command-line arguments.
examples/algotune/run_benchmark.py:27
↓ 1 callersFunctionparse_args
Parse command-line arguments
openevolve/cli.py:18
↓ 1 callersFunctionparse_output_code
(text: str)
examples/tsp_tour_minimization/utils/code_to_query.py:122
↓ 1 callersFunctionparse_output_files
(output_files_paths: list[str])
examples/tsp_tour_minimization/utils/runner.py:32
↓ 1 callersFunctionparse_task_results
Parse OpenEvolve results from the output directory. Args: task_dir: Path to the task directory task_name: Name of the ta
examples/algotune/run_benchmark.py:209
↓ 1 callersFunctionpass_at_2_accuracy_single
Compute pass@2 accuracy for a single ARC test case. Args: attempts: List of 2 numpy arrays representing model attempts. gt:
examples/arc_benchmark/evaluator.py:14
↓ 1 callersFunctionplot_comparison
Generate comparison plot.
examples/k_module_problem/compare_results.py:123
↓ 1 callersFunctionpolygons_intersect
Determines if two polygons intersect using the Separating Axis Theorem.
examples/alphaevolve_math_problems/hexagon_packing/12/evaluator.py:89
↓ 1 callersFunctionpolygons_intersect
Determines if two polygons intersect using the Separating Axis Theorem.
examples/alphaevolve_math_problems/hexagon_packing/11/evaluator.py:89
↓ 1 callersFunctionprint_comparison_summary
Print a comprehensive comparison summary.
examples/mlx_metal_kernel_opt/run_benchmarks.py:415
↓ 1 callersFunctionprint_summary
Print summary comparison.
examples/k_module_problem/compare_results.py:213
↓ 1 callersMethodprocess
(self, data)
tests/test_api.py:291
↓ 1 callersMethodprocess_file
Complete pipeline to lower an MLIR file
examples/attention_optimization/scripts/mlir_lowering_pipeline.py:192
← previousnext →501–600 of 1,478, ranked by callers