MCPcopy Create free account

hub / github.com/algorithmicsuperintelligence/openevolve / functions

Functions1,478 in github.com/algorithmicsuperintelligence/openevolve

Methodtest_cascade_validation_warning_for_missing_functions
Test cascade validation warns when cascade functions are missing
tests/test_cascade_validation.py:67
Methodtest_cascade_validation_with_class_based_evaluator
Test cascade validation with class-based evaluator
tests/test_cascade_validation.py:208
Methodtest_cascade_validation_with_syntax_error
Test cascade validation handles syntax errors gracefully
tests/test_cascade_validation.py:247
Methodtest_cascade_validation_with_valid_evaluator
Test cascade validation with evaluator that has cascade functions
tests/test_cascade_validation.py:38
Methodtest_checkpoint_boundary_conditions
Test checkpoint behavior at various boundaries
tests/test_iteration_counting.py:118
Methodtest_checkpoint_intervals_with_real_llm
Test checkpoints occur at correct intervals with real evolution
tests/integration/test_checkpoint_with_llm.py:15
Methodtest_checkpoint_not_found
Test error handling for non-existent checkpoint
tests/test_evolution_trace.py:638
Methodtest_checkpoint_resume_functionality
Test checkpoint save and resume with real LLM
tests/integration/test_checkpoint_with_llm.py:58
Methodtest_checkpoint_resume_skips_initial_program
Test that initial program is not re-added when resuming from checkpoint
tests/test_checkpoint_resume.py:179
Methodtest_checkpoint_serialization_preserves_island_maps
Test that saving/loading preserves island feature maps correctly
tests/test_island_map_elites.py:173
Methodtest_checkpoint_with_best_program_save
Test that checkpoints include best program information
tests/integration/test_checkpoint_with_llm.py:135
Methodtest_child_inherits_parent_island_when_no_target_specified
Test that child inherits parent's island when no target_island is given
tests/test_island_child_placement.py:24
Methodtest_child_placed_in_target_island_when_specified
Test that child is placed in target_island when explicitly specified
tests/test_island_child_placement.py:49
Methodtest_child_should_go_to_target_island_not_parent_island
CRITICAL TEST: This tests the fix for issue #391. When we want to add a child to island 1 (empty), but the parent came from
tests/test_island_child_placement.py:114
Methodtest_compile_failure_artifact_capture
Test that compilation failures are captured as artifacts
tests/test_artifacts_integration.py:106
Methodtest_concurrent_island_state_modification_causes_race_condition
Test that concurrent modifications to current_island cause issues This simulates what happens in _submit_iteration when multiple work
tests/test_concurrent_island_access.py:50
Methodtest_concurrent_submissions_no_race_condition
Test that concurrent submissions don't cause race conditions
tests/test_process_parallel_fix.py:92
Methodtest_config_accessible_from_database
Test that max_snapshot_artifacts is accessible from database config
tests/test_snapshot_artifacts_limit.py:125
Methodtest_config_has_required_sections
Test that loaded configs have required sections
tests/integration/test_examples_validation.py:206
Methodtest_config_integration
Test that evolution trace config is properly integrated
tests/test_evolution_trace.py:314
Methodtest_config_loads
Test that the config file loads without errors
tests/integration/test_examples_validation.py:28
Methodtest_config_loads
Test that config files load without errors
tests/integration/test_examples_validation.py:104
Methodtest_config_loads
Test that the config file loads
tests/integration/test_examples_validation.py:135
Methodtest_config_to_dict_includes_early_stopping
Test that to_dict includes early stopping settings
tests/test_early_stopping_config.py:95
Methodtest_config_validation
Test configuration validation works
tests/integration/test_smoke.py:42
Methodtest_config_with_both_params
Test config with both temperature and top_p set (OpenAI compatible)
tests/test_llm_config_optional_params.py:98
Methodtest_config_with_null_temperature_uses_default
Test loading config with null temperature uses default
tests/test_llm_config_optional_params.py:50
Methodtest_config_with_null_top_p
Test loading config with null top_p
tests/test_llm_config_optional_params.py:63
Methodtest_config_with_only_temperature
Test config with only temperature set (typical for Anthropic)
tests/test_llm_config_optional_params.py:74
Methodtest_config_with_only_top_p
Test config with only top_p set
tests/test_llm_config_optional_params.py:86
Methodtest_configurable_max_line_len
max_line_len parameter should control line truncation
tests/test_code_utils.py:139
Methodtest_configurable_max_lines
max_lines parameter should control block truncation
tests/test_code_utils.py:151
Methodtest_context_manager
Test using tracer as context manager
tests/test_evolution_trace.py:260
Methodtest_controller_initialization
Test that controller initializes correctly
tests/test_process_parallel.py:66
Methodtest_controller_preserves_file_extension
Test that the controller properly extracts and stores file extension
tests/test_file_extension_preservation.py:39
Methodtest_controller_start_stop
Test starting and stopping the controller
tests/test_process_parallel.py:74
Methodtest_convergence_threshold_default
Test that convergence_threshold defaults to 0.001
tests/test_early_stopping_config.py:18
Methodtest_custom_convergence_threshold
Test setting custom convergence_threshold
tests/test_early_stopping_config.py:41
Methodtest_custom_features_override_builtin
Test that custom complexity and diversity from evaluator override built-in calculations
tests/test_map_elites_features.py:271
Methodtest_custom_initial_description
Test setting custom initial_changes_description
tests/test_changes_description.py:91
Methodtest_custom_metric
Test setting custom early_stopping_metric
tests/test_early_stopping_config.py:50
Methodtest_custom_patience
Test setting custom early_stopping_patience
tests/test_early_stopping_config.py:32
Methodtest_custom_system_message
Test setting custom system_message_changes_description
tests/test_changes_description.py:75
Methodtest_custom_value_from_dict
Test loading custom max_snapshot_artifacts from config dict
tests/test_snapshot_artifacts_limit.py:25
Methodtest_database_config_default
Test DatabaseConfig default for max_snapshot_artifacts
tests/test_snapshot_artifacts_limit.py:20
Methodtest_database_current_island_restoration
Test that database current_island is properly restored after sampling
tests/test_island_isolation.py:89
Methodtest_database_snapshot_creation
Test creating database snapshot for workers
tests/test_process_parallel.py:87
Methodtest_database_state_unchanged_after_sampling
Test that database state is unchanged after sampling from island
tests/test_process_parallel_fix.py:127
Methodtest_database_stores_and_retrieves_programs
Test that the database can store and retrieve programs
tests/integration/test_examples_validation.py:233
Methodtest_default_feature_dimensions
Test default feature dimensions are complexity and diversity
tests/test_map_elites_features.py:148
Methodtest_default_value_is_100
Test that max_snapshot_artifacts defaults to 100
tests/test_snapshot_artifacts_limit.py:15
Methodtest_determine_program_type_with_feature_dimensions
Test _determine_program_type with feature_dimensions parameter
tests/test_prompt_sampler_comprehensive.py:127
Methodtest_direct_evaluate_supports_dict_result
Test that _direct_evaluate still supports dict returns
tests/test_cascade_validation.py:176
Methodtest_direct_evaluate_supports_evaluation_result
Test that _direct_evaluate supports EvaluationResult returns
tests/test_cascade_validation.py:137
Methodtest_disabled_without_diff_based_evolution_is_ok
Test that disabled changes description works without diff_based_evolution
tests/test_changes_description.py:59
Methodtest_diversity_cache_lru_eviction
Test LRU eviction in diversity cache
tests/test_map_elites_features.py:154
Methodtest_diversity_caching
Test diversity score caching functionality
tests/test_map_elites_features.py:22
Methodtest_diversity_feature_integration
Test diversity feature calculation in feature coordinates
tests/test_database.py:434
Methodtest_diversity_reference_set_update
Test diversity reference set updates
tests/test_map_elites_features.py:53
Methodtest_duplicate_content_prevention
Test that programs with identical content are not added multiple times
tests/test_checkpoint_resume.py:129
Methodtest_empty_archive_fallback
Test exploitation mode with empty archive
tests/test_sample_from_island_ratios.py:241
Methodtest_empty_feature_stats_handling
Test handling of empty feature_stats
tests/test_feature_stats_persistence.py:80
Methodtest_empty_inspirations_list
Test that empty inspirations list doesn't break anything
tests/test_prompt_sampler_comprehensive.py:209
Methodtest_empty_island_fallback
Test that empty island falls back to sample()
tests/test_sample_from_island_ratios.py:223
Methodtest_empty_island_initialization_creates_copies
Test that empty islands are initialized with copies, not shared references
tests/test_database.py:514
Methodtest_empty_island_top_programs
Test getting top programs from empty island
tests/test_island_tracking.py:260
Methodtest_end_to_end_artifact_flow
Test full flow: eval failure -> artifact -> prompt -> next gen
tests/test_artifacts_integration.py:137
Methodtest_ensemble_initialization
(self)
tests/test_llm_ensemble.py:54
Methodtest_evaluate_program_backward_compatibility
Test that old evaluators still work unchanged
tests/test_artifacts.py:171
Methodtest_evaluation_result_with_artifacts
Test EvaluationResult with artifacts
tests/test_artifacts.py:36
Functiontest_evaluator
Test that evaluator.py works
examples/attention_optimization/tests/test_results.py:31
Functiontest_evaluator
Test the evaluator with a simple program
examples/attention_optimization/tests/test_evaluator.py:10
Methodtest_evaluator_exists
Test that the evaluator file exists
tests/integration/test_examples_validation.py:53
Methodtest_evaluator_exists
Test that evaluator exists
tests/integration/test_examples_validation.py:112
Methodtest_evaluator_exists
Test that evaluator exists
tests/integration/test_examples_validation.py:144
Functiontest_evaluator_file
Create a test evaluator file
tests/integration/conftest.py:76
Methodtest_evaluator_has_evaluate_function
Test that the evaluator has an evaluate function
tests/integration/test_examples_validation.py:58
Methodtest_evaluator_has_evaluate_function
Test that the evaluator has required functions
tests/integration/test_examples_validation.py:117
Methodtest_evaluator_loads_function_minimization
Test that Evaluator can load the function_minimization evaluator
tests/integration/test_examples_validation.py:155
Methodtest_evaluator_models_updated_after_rebuild
Test that evaluator_models list is also updated after rebuild
tests/test_cli_model_override.py:121
Methodtest_evaluator_module_has_cascade_functions
Test that function_minimization evaluator has cascade functions
tests/integration/test_examples_validation.py:168
Methodtest_evaluator_returns_evaluation_result
Test that evaluators return proper EvaluationResult objects
tests/integration/test_examples_validation.py:284
Methodtest_evaluator_runs_on_initial_program
Test that the evaluator can evaluate the initial program
tests/integration/test_examples_validation.py:71
Methodtest_evaluator_temp_file_creation
Test that evaluator creates temp files with correct suffix
tests/test_file_extension_preservation.py:130
Methodtest_evaluator_uses_correct_suffix
Test that the evaluator uses the correct file suffix
tests/test_file_extension_preservation.py:55
Methodtest_evaluators_are_importable
Test that all evaluators can be imported without errors
tests/integration/test_examples_validation.py:339
Methodtest_evolution_result_class
Test EvolutionResult dataclass
tests/test_api.py:31
Methodtest_evolution_result_structure
Test that EvolutionResult has the expected structure
tests/integration/test_smoke.py:77
Methodtest_evolution_with_small_model_succeeds
Test that evolution works with small local model (may not be perfect but should not crash)
tests/integration/test_evolution_pipeline.py:105
Methodtest_evolve_algorithm_basic
Test evolve_algorithm with simple class
tests/test_api.py:288
Methodtest_evolve_code_basic
Test evolve_code with string input
tests/test_api.py:314
Methodtest_evolve_code_real_integration
Test evolve_code with real optillm server - code string optimization
tests/integration/test_library_api.py:105
Methodtest_evolve_function_basic
Test evolve_function with simple test case
tests/test_api.py:191
Methodtest_evolve_function_evaluator_works_in_subprocess
Test that evolve_function generates an evaluator that works in a subprocess. This is a regression test for the bug where callable evaluators
tests/test_api.py:222
Methodtest_evolve_function_real_integration
Test evolve_function with real optillm server - simple optimization task
tests/integration/test_library_api.py:47
Methodtest_examples_have_required_files
Test that examples have the minimum required files
tests/integration/test_examples_validation.py:310
Methodtest_explicit_migration_override
Test that explicit target_island overrides parent island inheritance
tests/test_island_parent_consistency.py:132
Methodtest_explicit_target_island_overrides_parent_inheritance
Test that explicit target_island works even with fallback parent
tests/test_island_child_placement.py:151
Methodtest_exploitation_uses_archive
Test that exploitation mode samples from archive
tests/test_sample_from_island_ratios.py:140
Methodtest_exploration_exploitation_random_ratios
Test that sample_from_island respects exploration/exploitation/random ratios
tests/test_sample_from_island_ratios.py:62
← previousnext →1,101–1,200 of 1,478, ranked by callers