{"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/surrogate-learning-in-meta-black-box","title":"Surrogate Learning in Meta-Black-Box Optimization: A Preliminary Study","arxiv_id":"2503.18060","date":"2025-03-23","proceeding":null,"authors":["Zeyuan Ma","Zhiyang Huang","Jiacheng Chen","Zhiguang Cao","Yue-Jiao Gong"],"abstract":"Recent Meta-Black-Box Optimization (MetaBBO) approaches have shown possibility of enhancing the optimization performance through learning meta-level policies to dynamically configure low-level optimizers. However, existing MetaBBO approaches potentially consume massive function evaluations to train their meta-level policies. Inspired by the recent trend of using surrogate models for cost-friendly evaluation of expensive optimization problems, in this paper, we propose a novel MetaBBO framework which combines surrogate learning process and reinforcement learning-aided Differential Evolution algorithm, namely Surr-RLDE, to address the intensive function evaluation in MetaBBO. Surr-RLDE comprises two learning stages: surrogate learning and policy learning. In surrogate learning, we train a Kolmogorov-Arnold Networks (KAN) with a novel relative-order-aware loss to accurately approximate the objective functions of the problem instances used for subsequent policy learning. In policy learning, we employ reinforcement learning (RL) to dynamically configure the mutation operator in DE. The learned surrogate model is integrated into the training of the RL-based policy to substitute for the original objective function, which effectively reduces consumed evaluations during policy learning. Extensive benchmark results demonstrate that Surr-RLDE not only shows competitive performance to recent baselines, but also shows compelling generalization for higher-dimensional problems. Further ablation studies underscore the effectiveness of each technical components in Surr-RLDE. We open-source Surr-RLDE at https://github.com/GMC-DRL/Surr-RLDE.","url_abs":"https://arxiv.org/abs/2503.18060v1","url_pdf":"https://arxiv.org/pdf/2503.18060v1.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":"surrogate-learning-in-meta-black-box","repo_url":"https://github.com/gmc-drl/surr-rlde","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-2-Clause"}},{"paper_slug":"surrogate-learning-in-meta-black-box","repo_url":"https://github.com/GMC-DRL/MetaBox","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"kolmogorov-arnold-networks","task_name":"Kolmogorov-Arnold Networks"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2503.18060","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2503.18060"}},"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/gmc-drl/surr-rlde","reach":{"status":"ok","spdx":"BSD-2-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/GMC-DRL/MetaBox","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":8},"by_repo_kind":{"official":{"samples":8,"ran":0,"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":"3c7946ac20db134b","entry":"cal_scores1","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"logger.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/logger.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"3c7946ac20db134b"}},{"code_sha256_prefix":"b7d32e23c93bc699","entry":"cal_t0","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"tester.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/tester.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b7d32e23c93bc699"}},{"code_sha256_prefix":"002b64484396593d","entry":"cal_t1","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"tester.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/tester.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"002b64484396593d"}},{"code_sha256_prefix":"ca395e7e61dc821f","entry":"clip_grad_norms","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"agent/gleet_agent.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/agent/gleet_agent.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"ca395e7e61dc821f"}},{"code_sha256_prefix":"52ead4b68b16a2d4","entry":"generate_random_int","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"optimizer/Surr_RLDE_Optimizer.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/optimizer/Surr_RLDE_Optimizer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"52ead4b68b16a2d4"}},{"code_sha256_prefix":"8e77aa9f61d7ffe2","entry":"get_average_costs","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"logger.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/logger.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"8e77aa9f61d7ffe2"}},{"code_sha256_prefix":"5c8c72eaea2e2fcd","entry":"get_average_returns","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"logger.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/logger.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"5c8c72eaea2e2fcd"}},{"code_sha256_prefix":"c6184117e7312e74","entry":"get_config","repo":"gmc-drl/surr-rlde","repo_kind":"official","path":"config.py","file_url":"https://github.com/gmc-drl/surr-rlde/blob/HEAD/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c6184117e7312e74"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}