{"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/large-language-models-as-evolutionary","title":"Large Language Models as Evolutionary Optimizers","arxiv_id":"2310.19046","date":"2023-10-29","proceeding":null,"authors":["Shengcai Liu","Caishun Chen","Xinghua Qu","Ke Tang","Yew-Soon Ong"],"abstract":"Evolutionary algorithms (EAs) have achieved remarkable success in tackling complex combinatorial optimization problems. However, EAs often demand carefully-designed operators with the aid of domain expertise to achieve satisfactory performance. In this work, we present the first study on large language models (LLMs) as evolutionary combinatorial optimizers. The main advantage is that it requires minimal domain knowledge and human efforts, as well as no additional training of the model. This approach is referred to as LLM-driven EA (LMEA). Specifically, in each generation of the evolutionary search, LMEA instructs the LLM to select parent solutions from current population, and perform crossover and mutation to generate offspring solutions. Then, LMEA evaluates these new solutions and include them into the population for the next generation. LMEA is equipped with a self-adaptation mechanism that controls the temperature of the LLM. This enables it to balance between exploration and exploitation and prevents the search from getting stuck in local optima. We investigate the power of LMEA on the classical traveling salesman problems (TSPs) widely used in combinatorial optimization research. Notably, the results show that LMEA performs competitively to traditional heuristics in finding high-quality solutions on TSP instances with up to 20 nodes. Additionally, we also study the effectiveness of LLM-driven crossover/mutation and the self-adaptation mechanism in evolutionary search. In summary, our results reveal the great potentials of LLMs as evolutionary optimizers for solving combinatorial problems. We hope our research shall inspire future explorations on LLM-driven EAs for complex optimization challenges.","url_abs":"https://arxiv.org/abs/2310.19046v3","url_pdf":"https://arxiv.org/pdf/2310.19046v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"large-language-models-as-evolutionary","repo_url":"https://github.com/cschen1205/lmea","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"combinatorial-optimization","task_name":"Combinatorial Optimization"},{"task_slug":"evolutionary-algorithms","task_name":"Evolutionary Algorithms"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.19046","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.19046"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cschen1205/lmea","reach":{"status":"ok"}}],"summary":{"ran":5,"ran_honours":1,"ran_draft_wrong":1,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":9,"samples":[{"code_sha256_prefix":"bc4362a9a7a67782","entry":"build_distance_matrix","repo":"cschen1205/lmea","repo_kind":"official","path":"src/models/tradition_tsp.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/models/tradition_tsp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bc4362a9a7a67782"}},{"code_sha256_prefix":"97dc1142766ba92b","entry":"fixed_error_solution","repo":"cschen1205/lmea","repo_kind":"official","path":"src/models/llm_tsp.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/models/llm_tsp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"97dc1142766ba92b"}},{"code_sha256_prefix":"3fa8fb2249a581aa","entry":"get_data_path","repo":"cschen1205/lmea","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3fa8fb2249a581aa"}},{"code_sha256_prefix":"3c63b1c6daded93c","entry":"get_solutions","repo":"cschen1205/lmea","repo_kind":"official","path":"src/models/llm_tsp.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/models/llm_tsp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3c63b1c6daded93c"}},{"code_sha256_prefix":"7d1ac1a66da5f14c","entry":"list_of_ints","repo":"cschen1205/lmea","repo_kind":"official","path":"src/executor.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/executor.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7d1ac1a66da5f14c"}},{"code_sha256_prefix":"19ee4683eda506c6","entry":"list_of_strings","repo":"cschen1205/lmea","repo_kind":"official","path":"src/executor.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/executor.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19ee4683eda506c6"}},{"code_sha256_prefix":"114a2d36d898f6f1","entry":"problem_to_points","repo":"cschen1205/lmea","repo_kind":"official","path":"src/models/llm_tsp.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/models/llm_tsp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"114a2d36d898f6f1"}},{"code_sha256_prefix":"e574bb47fc0fc6ff","entry":"init_logger","repo":"cschen1205/lmea","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e574bb47fc0fc6ff"}},{"code_sha256_prefix":"2ed414da3abd61ef","entry":"write_csv_file","repo":"cschen1205/lmea","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/cschen1205/lmea/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2ed414da3abd61ef"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}