Papers › Monte Carlo Tree Search based Space Transfer for Black-box Optimization

Monte Carlo Tree Search based Space Transfer for Black-box Optimization

10 Dec 2024arXiv:2412.07186archive 2025-07-28

Shukuan Wang, Ke Xue, Lei Song, Xiaobin Huang, Chao Qian

Bayesian optimization (BO) is a popular method for computationally expensive black-box optimization. However, traditional BO methods need to solve new problems from scratch, leading to slow convergence. Recent studies try to extend BO to a transfer learning setup to speed up the optimization, where search space transfer is one of the most promising approaches and has shown impressive performance on many tasks. However, existing search space transfer methods either lack an adaptive mechanism or are not flexible enough, making it difficult to efficiently identify promising search space during the optimization process. In this paper, we propose a search space transfer learning method based on Monte Carlo tree search (MCTS), called MCTS-transfer, to iteratively divide, select, and optimize in a learned subspace. MCTS-transfer can not only provide a well-performing search space for warm-start but also adaptively identify and leverage the information of similar source tasks to reconstruct the search space during the optimization process. Experiments on synthetic functions, real-world problems, Design-Bench and hyper-parameter optimization show that MCTS-transfer can demonstrate superior performance compared to other search space transfer methods under different settings. Our code is available at \url{https://github.com/lamda-bbo/mcts-transfer}.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.07186")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 5 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lamda-bbo/mcts-transfer officialmentioned in papertf report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 13 ran; 3 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
5ran · fixture could not drive it
1ran
3unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lamda-bbo/mcts-transfer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Classifier lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran no licence file found · pointer only · 8b3cb92357c3a2e9 · report
KL_distance lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · fixture could not drive it no licence file found · pointer only · 5f9da55b32debcde · report
Kendall_coefficient lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · our draft was wrong no licence file found · pointer only · be8819f9e1077ed8 · report
from_unit_cube lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3ba380d745085a84 · report
get_N_best lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9fc71b89b88775ad · report
get_N_best_mean lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · fixture could not drive it no licence file found · pointer only · b8e4666b2b1acccf · report
get_data_in_node lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · our draft was wrong no licence file found · pointer only · dcb259fded886307 · report
get_num_best lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · fixture could not drive it no licence file found · pointer only · a9fef6c1f8daf75c · report
latin_hypercube lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 37d629517c8ac0d5 · report
manhattan_distance lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 3e34043a45f43b60 · report
manhattan_distance_N lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 65c707986a8cb46a · report
minmax lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · violated contract fingerprinted no licence file found · pointer only · a89769c364b31a64 · report
standardization lamda-bbo/mcts-transfer/mcts/MCTS.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 3760c50860f8cbc1 · report
MCTS lamda-bbo/mcts-transfer/mcts/MCTS.py official repository unverified no licence file found · pointer only · a09bc86bb469556d · report
Node lamda-bbo/mcts-transfer/mcts/MCTS.py official repository unverified no licence file found · pointer only · d1c4bc7ac1ec6710 · report
kl_divergence lamda-bbo/mcts-transfer/mcts/MCTS.py official repository unverified no licence file found · pointer only · 583e40f60b83cc8b · report

Tasks

Bayesian OptimizationTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections