{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2607-17398","title":"CoEvoP&R: Co-Evolving Placement Objectives with Routing Feedback via Large Language Models","arxiv_id":"2607.17398","date":"2026-07-19","proceeding":null,"authors":["Ruogu Chen","Weihua Xiao","Ramesh Karri","Jie Han"],"abstract":"Analytical placers rely on differentiable objective functions to guide placement, typically combining intermediate surrogate metrics such as half-perimeter wirelength (HPWL) and cell-density penalties. However, these placement-stage surrogates remain misaligned with downstream routed and timing quality. Prior work reduces this gap with human-designed terms or learned black-box surrogates, but the former requires expert retuning and the latter is difficult to explain, debug, or deploy in analytical placement flows. CoEvoP&R addresses these limitations with a large language model (LLM)-based framework that automatically evolves analytical placement objectives. At each generation, the prompt combines the restricted objective interface, baseline context, and archived prior candidates with routing-related feedback from placement, timing proxy, and routing tools. The LLM proposes readable differentiable objectives, which are embedded and validated in DREAMPlace, evaluated through a timing proxy and an actual router, and stored with their feedback to guide later generations. Across eight ChiP-Bench Nangate45 designs and three seeds, CoEvoP&R reduces post-route routed wirelength and congestion by 16.9% and 36.7%, with gains of 0.70 ns in worst negative slack and a 912 ns reduction in total negative slack magnitude over native DREAMPlace. Across eight ICCAD 2015 Superblue designs, it reduces post-route routed wirelength and congestion by 5.4% and 23.2%. Code is available at https://github.com/FCHXWH823/CoEvoP-R.git.","url_abs":"https://arxiv.org/abs/2607.17398","url_pdf":"https://arxiv.org/pdf/2607.17398","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2607.17398","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.17398"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/FCHXWH823/CoEvoP-R","reach":null}],"summary":{"ran":2,"ran_draft_wrong":13,"ran_honours":3,"unverified":15},"by_repo_kind":{"found_in_text":{"samples":33,"ran":18,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"a5ce60b2f76066dd","entry":"ObjectiveDatabaseConfig","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a5ce60b2f76066dd"}},{"code_sha256_prefix":"815dd4f73b71beaa","entry":"ObjectiveSpec","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"815dd4f73b71beaa"}},{"code_sha256_prefix":"39e5a386a52bd1ce","entry":"_ast_to_expr","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39e5a386a52bd1ce"}},{"code_sha256_prefix":"d3736f90fe366564","entry":"_bucket","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d3736f90fe366564"}},{"code_sha256_prefix":"065af0681bb11082","entry":"_canonical_prompt_term","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"065af0681bb11082"}},{"code_sha256_prefix":"b9df5d162228c0ff","entry":"_clamped_float","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b9df5d162228c0ff"}},{"code_sha256_prefix":"330109b48285640f","entry":"_finite_float","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"330109b48285640f"}},{"code_sha256_prefix":"ed8af44ec206998f","entry":"_gradient_bucket","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ed8af44ec206998f"}},{"code_sha256_prefix":"9ef39fa1eaac592f","entry":"_hpwl_delta_bucket","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9ef39fa1eaac592f"}},{"code_sha256_prefix":"631065eacc448c60","entry":"_observable_names_from_ast","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"631065eacc448c60"}},{"code_sha256_prefix":"b5a079c61e126b9e","entry":"_opentimer_wns_delta_bucket","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b5a079c61e126b9e"}},{"code_sha256_prefix":"ee2987b7079a8c4a","entry":"_overflow_delta_bucket","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ee2987b7079a8c4a"}},{"code_sha256_prefix":"580e16912dcd6a99","entry":"_stable_hash","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"580e16912dcd6a99"}},{"code_sha256_prefix":"b022bcc16394a36f","entry":"_terms_from_prompt_ast","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b022bcc16394a36f"}},{"code_sha256_prefix":"4597119883ba1125","entry":"_typed_policy_code_from_spec","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4597119883ba1125"}},{"code_sha256_prefix":"4cd2960a92aa0cdc","entry":"_with_evolve_markers","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4cd2960a92aa0cdc"}},{"code_sha256_prefix":"0032049f034e4db4","entry":"_write_json","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0032049f034e4db4"}},{"code_sha256_prefix":"5c51330882ad785c","entry":"objective_spec_to_dict","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5c51330882ad785c"}},{"code_sha256_prefix":"519cc7ff8b045bfd","entry":"ObjectiveProgram","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"519cc7ff8b045bfd"}},{"code_sha256_prefix":"65f1b56ae3d1f85e","entry":"ObjectiveProgramDatabase","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"65f1b56ae3d1f85e"}},{"code_sha256_prefix":"76aa8121a9d1ffd2","entry":"_archive_cell","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"76aa8121a9d1ffd2"}},{"code_sha256_prefix":"739ddfa886cbdc5f","entry":"_candidate_mechanism_signature","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"739ddfa886cbdc5f"}},{"code_sha256_prefix":"3178639782834e92","entry":"_controller_schedule_family","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3178639782834e92"}},{"code_sha256_prefix":"d0f5ccfa6bd93ffb","entry":"_diversity_trim","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d0f5ccfa6bd93ffb"}},{"code_sha256_prefix":"a5d718236c1f9e70","entry":"_is_baseline_reference","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a5d718236c1f9e70"}},{"code_sha256_prefix":"6769167180bacfb9","entry":"_mechanism_family","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6769167180bacfb9"}},{"code_sha256_prefix":"754fb4c02792cdc9","entry":"_normalize_timing_proxy_status","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"754fb4c02792cdc9"}},{"code_sha256_prefix":"18ae803f68fcca3f","entry":"_parent_sample_weights","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"18ae803f68fcca3f"}},{"code_sha256_prefix":"d8918e68b63dcb8d","entry":"_prefer_discovered_candidates","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d8918e68b63dcb8d"}},{"code_sha256_prefix":"68225080083e88f1","entry":"_program_fitness_key","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"68225080083e88f1"}},{"code_sha256_prefix":"063ba1cdafa00dde","entry":"_program_signature","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"063ba1cdafa00dde"}},{"code_sha256_prefix":"044138134c8ba8f9","entry":"_program_terms_for_features","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"044138134c8ba8f9"}},{"code_sha256_prefix":"9385b1fbc70c75a7","entry":"objective_code_from_spec","repo":"FCHXWH823/CoEvoP-R","repo_kind":"found_in_text","path":"coevop/evolution/openevolve_core.py","file_url":"https://github.com/FCHXWH823/CoEvoP-R/blob/HEAD/coevop/evolution/openevolve_core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9385b1fbc70c75a7"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}