MCPcopy Index your code

hub / github.com/algorithmicsuperintelligence/openevolve / functions

Functions1,478 in github.com/algorithmicsuperintelligence/openevolve

↓ 1 callersFunctionprocess_signal
Main signal processing function that applies the selected algorithm. Args: input_signal: Input time series data window_size:
examples/signal_processing/initial_program.py:71
↓ 1 callersFunctionrafLoop
()
scripts/static/js/sidebar.js:107
↓ 1 callersFunctionremove_monkey_patch
Remove the monkey patch and restore original attention
examples/mlx_metal_kernel_opt/test_optimized_attention.py:124
↓ 1 callersFunctionrenderCodeDiff
(aCode, bCode)
scripts/static/js/sidebar.js:321
↓ 1 callersFunctionresolve_task_name
Infers the task name from environment variables or the file path.
examples/sldbench/evaluator.py:147
↓ 1 callersFunctionround_to_half_ste
Forward pass: snaps values to the nearest half-integer.
examples/alphaevolve_math_problems/matmul/initial_program.py:20
↓ 1 callersFunctionrun
( dir_path: str, cities: np.ndarray, heat_map_train_timeout: float = 360.0, heat_map_inference
examples/tsp_tour_minimization/utils/runner.py:42
↓ 1 callersMethodrun
Run a coroutine in the pool Args: coro: Coroutine function to run *args: Arguments to pass to the coroutine
openevolve/utils/async_utils.py:184
↓ 1 callersFunctionrun_async_test
()
tests/test_iteration_counting.py:227
↓ 1 callersFunctionrun_compare_benchmarks
Run comprehensive comparison between standard and optimized attention. Uses the full benchmark suite for thorough analysis.
examples/mlx_metal_kernel_opt/run_benchmarks.py:24
↓ 1 callersFunctionrun_comparison_test
Run comparison test between standard and optimized attention
examples/mlx_metal_kernel_opt/test_optimized_attention.py:297
↓ 1 callersFunctionrun_evolution
(evolve: OpenEvolve, checkpoint_path: str | None)
examples/tsp_tour_minimization/start_evolution.py:40
↓ 1 callersFunctionrun_heat_maps_parallel
Runs batch_size instances in parallel (max_workers concurrently) On any failure: cancels the rest, kills children, re-raises the first error
examples/tsp_tour_minimization/utils/heat_map_runner.py:209
↓ 1 callersFunctionrun_multiple_trials
Run multiple independent trials of random search.
examples/k_module_problem/run_random_baseline.py:77
↓ 1 callersFunctionrun_openevolve_task
Run OpenEvolve on a single AlgoTune task. Args: task_name: Name of the task task_dir: Path to the task directory
examples/algotune/run_benchmark.py:105
↓ 1 callersMethodrun_optimization
Sets up and runs the full optimization process.
examples/alphaevolve_math_problems/first_autocorr_ineq/initial_program.py:65
↓ 1 callersMethodrun_optimization
(self)
examples/alphaevolve_math_problems/erdos_min_overlap/initial_program.py:53
↓ 1 callersMethodrun_optimization
Sets up and runs the full optimization process.
examples/alphaevolve_math_problems/third_autocorr_ineq/initial_program.py:64
↓ 1 callersMethodrun_optimization
Sets up and runs the full optimization process.
examples/alphaevolve_math_problems/second_autocorr_ineq/initial_program.py:67
↓ 1 callersFunctionrun_optimized_benchmark
Run benchmark with the optimized attention from best_program.py.
examples/mlx_metal_kernel_opt/run_benchmarks.py:102
↓ 1 callersFunctionrun_packing
Run the circle packing constructor for n=26
examples/circle_packing_with_artifacts/initial_program.py:92
↓ 1 callersFunctionrun_packing
Run the circle packing constructor for n=26
examples/circle_packing/initial_program.py:92
↓ 1 callersFunctionrun_packing
Run the circle packing constructor for n=26
examples/circle_packing/best_program.py:110
↓ 1 callersFunctionrun_pipeline
Run the pipeline configuration (entry point for evaluator).
examples/k_module_problem/initial_program.py:50
↓ 1 callersFunctionrun_python_heat_map_train
Runs python program as a subprocess, returns stdout/stderr + elapsed time Kills the whole process group on timeout (POSIX)
examples/tsp_tour_minimization/utils/heat_map_runner.py:30
↓ 1 callersFunctionrun_random_search
Run random search until solution found or max_samples reached. Returns: dict with results
examples/k_module_problem/run_random_baseline.py:44
↓ 1 callersFunctionrun_runner_parallel
Run all configs in parallel On first failure raises (timeout, exit or internal) Evaluator's try/except will handle it
examples/tsp_tour_minimization/utils/tsp_runner.py:280
↓ 1 callersFunctionrun_search
()
examples/function_minimization/initial_program.py:44
↓ 1 callersFunctionrun_signal_processing
Run the signal processing algorithm on a test signal. Returns: Dictionary containing results and metrics
examples/signal_processing/initial_program.py:130
↓ 1 callersFunctionrun_single_trial
Runs one full optimization from a near-good starting point with small noise.
examples/alphaevolve_math_problems/uncertainty_ineq/initial_program.py:84
↓ 1 callersFunctionrun_single_trial
(hypers, key)
examples/alphaevolve_math_problems/sums_diffs_finite_sets/initial_program.py:93
↓ 1 callersFunctionrun_static_export
(args)
scripts/visualizer.py:146
↓ 1 callersFunctionrun_trial
Run a single OpenEvolve trial.
examples/k_module_problem/run_openevolve_trials.py:15
↓ 1 callersFunctionrun_trials
Run multiple trials and collect statistics.
examples/k_module_problem/run_openevolve_trials.py:97
↓ 1 callersFunctionrun_trials
Run multiple trials and collect statistics.
examples/k_module_problem/run_iterative_trials.py:16
↓ 1 callersFunctionrun_with_timeout
Run a function with a timeout using subprocess. Args: func: Function to run args: Arguments to pass to the function
examples/online_judge_programming/evaluator.py:11
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/fft_cmplx_scipy_fftpack/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/eigenvectors_complex/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/convolve2d_full_fill/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/affine_transform_2d/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/polynomial_real/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/psd_cone_projection/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/fft_convolution/evaluator.py:89
↓ 1 callersFunctionsafe_convert
Convert a value safely for evaluation
examples/algotune/lu_factorization/evaluator.py:89
↓ 1 callersMethodsample_from_island
Sample a program and inspirations from a specific island without modifying current_island This method is thread-safe and doesn't mod
openevolve/database.py:403
↓ 1 callersFunctionsave_comparison_results
Save detailed comparison results to files.
examples/mlx_metal_kernel_opt/run_benchmarks.py:332
↓ 1 callersFunctionsave_parsed_output_code
(parsed_code: dict, dir_path: str, include_json_hpp: bool = True)
examples/tsp_tour_minimization/utils/code_to_query.py:137
↓ 1 callersMethodsave_results
Save benchmark results to files
examples/mlx_metal_kernel_opt/qwen3_benchmark_suite.py:890
↓ 1 callersFunctionscaling_law_func
(data_points, params)
examples/sldbench/init_program.py:9
↓ 1 callersFunctionscore_config
Score the configuration against the target. Returns: tuple: (correct_count, module_results dict)
examples/k_module_problem/evaluator.py:131
↓ 1 callersFunctionscore_config
Score a configuration (number of correct modules).
examples/k_module_problem/run_random_baseline.py:36
↓ 1 callersFunctionscrape_api_docs
Extract API documentation from HTML content. Args: html_content: Raw HTML content of a documentation page Returns: List
examples/web_scraper_optillm/initial_program.py:18
↓ 1 callersFunctionsearch_algorithm
A simple random search algorithm that often gets stuck in local minima. Args: iterations: Number of iterations to run bounds
examples/function_minimization/initial_program.py:6
↓ 1 callersFunctionselectPerformanceNodeById
(id, opts = {})
scripts/static/js/performance.js:212
↓ 1 callersFunctionsem_task
(task: asyncio.Future)
openevolve/utils/async_utils.py:105
↓ 1 callersFunctionsetAllNodeData
(nodes)
scripts/static/js/main.js:255
↓ 1 callersMethodsetUp
Set up test environment
tests/test_iteration_counting.py:22
↓ 1 callersMethodsetup
(self)
examples/symbolic_regression/bench/datamodules.py:87
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/fft_cmplx_scipy_fftpack/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/eigenvectors_complex/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/convolve2d_full_fill/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/affine_transform_2d/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/polynomial_real/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/psd_cone_projection/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/fft_convolution/evaluator.py:28
↓ 1 callersFunctionsetup_algotune_paths
Setup Python import paths for AlgoTune modules.
examples/algotune/lu_factorization/evaluator.py:28
↓ 1 callersFunctionshowRecenterButton
(onClick)
scripts/static/js/graph.js:125
↓ 1 callersFunctionshowRecenterButton
(onClick)
scripts/static/js/performance.js:179
↓ 1 callersFunctionshow_judgement
(submission_url, cfg)
examples/online_judge_programming/submit.py:380
↓ 1 callersMethodsimulate_mlir_compilation
Simulate MLIR compilation success
examples/attention_optimization/legacy/prev_sim__works_evaluator.py:342
↓ 1 callersMethodsolve
Solve the fft_cmplx_scipy_fftpack problem. Args: problem: Dictionary containing problem data specific to fft_cmp
examples/algotune/fft_cmplx_scipy_fftpack/initial_program.py:60
↓ 1 callersMethodsolve
Solve the eigenvectors_complex problem. Args: problem: Dictionary containing problem data specific to eigenvecto
examples/algotune/eigenvectors_complex/initial_program.py:72
↓ 1 callersMethodsolve
Solve the convolve2d_full_fill problem. Args: problem: Dictionary containing problem data specific to convolve2d
examples/algotune/convolve2d_full_fill/initial_program.py:70
↓ 1 callersMethodsolve
Solve the affine_transform_2d problem. Args: problem: Dictionary containing problem data specific to affine_tran
examples/algotune/affine_transform_2d/initial_program.py:72
↓ 1 callersMethodsolve
Solve the polynomial_real problem. Args: problem: Dictionary containing problem data specific to polynomial_real
examples/algotune/polynomial_real/initial_program.py:57
↓ 1 callersMethodsolve
Solve the fft_convolution problem. Args: problem: Dictionary containing problem data specific to fft_convolution
examples/algotune/fft_convolution/initial_program.py:83
↓ 1 callersMethodsolve
Solve the lu_factorization problem. Args: problem: Dictionary containing problem data specific to lu_factorizati
examples/algotune/lu_factorization/initial_program.py:73
↓ 1 callersFunctionstart_test_server
Start optillm server for testing Returns tuple of (process_handle, actual_port_used)
tests/test_utils.py:44
↓ 1 callersFunctionstop_test_server
Stop the test server
tests/test_utils.py:96
↓ 1 callersFunctionsubmit
Make a submission. The url_opener argument is an OpenerDirector object to use (as returned by the login() function) Returns the requests
examples/online_judge_programming/submit.py:298
↓ 1 callersFunctionsuggest_fixes
Suggest ways to enable real execution
examples/attention_optimization/scripts/debug_real_execution.py:124
↓ 1 callersMethodtearDown
Clean up test environment
tests/test_iteration_counting.py:45
↓ 1 callersFunctiontest_actual_mlir_file
Test with your actual MLIR file
examples/attention_optimization/scripts/debug_real_execution.py:71
↓ 1 callersFunctiontest_bulletproof_evaluator
Test the bulletproof Metal kernel evaluator
examples/mlx_metal_kernel_opt/evaluator.py:1438
↓ 1 callersMethodtest_controller_iteration_behavior
Test actual controller behavior with iteration counting - requires optillm server
tests/test_iteration_counting.py:147
↓ 1 callersFunctiontest_endpoint_detection
Test that all OpenAI regional endpoints are detected correctly
tests/test_regional_endpoint.py:6
↓ 1 callersFunctiontest_endpoint_detection
Test that all OpenAI regional endpoints are detected correctly
openevolve/test_regional_endpoint.py:7
↓ 1 callersMethodtest_lowering_passes
Test different lowering pass combinations
examples/attention_optimization/scripts/mlir_lowering_pipeline.py:58
↓ 1 callersFunctiontest_metal_gqa_correctness
Test that Metal kernel implementation produces correct results.
examples/mlx_metal_kernel_opt/initial_program.py:422
↓ 1 callersFunctiontest_metal_gqa_correctness
Test that Metal kernel implementation produces correct results.
examples/mlx_metal_kernel_opt/best_program.py:425
↓ 1 callersFunctiontest_mlir_syntax
Test the corrected MLIR baseline syntax
examples/attention_optimization/scripts/mlir_syntax_test.py:167
↓ 1 callersFunctiontest_mlir_translate
Test MLIR to LLVM translation
examples/attention_optimization/scripts/debug_real_execution.py:32
↓ 1 callersMethodtest_pass_sequence
Test a specific sequence of passes
examples/attention_optimization/scripts/mlir_lowering_pipeline.py:104
↓ 1 callersFunctiontest_tiling_pass
Test the linalg tiling pass syntax
examples/attention_optimization/scripts/mlir_syntax_test.py:248
↓ 1 callersMethodto_dict
Convert trace to dictionary format
openevolve/evolution_trace.py:47
↓ 1 callersFunctiontouch_file
(file_path: str)
examples/tsp_tour_minimization/utils/utils.py:40
↓ 1 callersFunctiontrain_step
(params, opt_state, optimizer, loss_fn)
examples/alphaevolve_math_problems/matmul/initial_program.py:106
↓ 1 callersFunctiontriangle_area
Calculates the area of a triangle given its vertices p1, p2, and p3.
examples/alphaevolve_math_problems/heilbronn_convex/14/evaluator.py:27
↓ 1 callersFunctiontriangle_area
Calculates the area of a triangle given its vertices p1, p2, and p3.
examples/alphaevolve_math_problems/heilbronn_convex/13/evaluator.py:27
↓ 1 callersFunctionvalidate_config
Validate that the configuration has valid values.
examples/k_module_problem/evaluator.py:110
← previousnext →601–700 of 1,478, ranked by callers