{"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-2608-15073","title":"BOCoDe: Engineering-Centered Benchmarking for Bayesian Optimization","arxiv_id":"2608.15073","date":"2026-08-15","proceeding":null,"authors":["Rosen Ting-Ying Yu","Christophe Hatterer","Advaith Narayanan","Cyril Picard","Faez Ahmed"],"abstract":"Bayesian optimization (BO) is a sample-efficient, surrogate-based approach to black-box optimization (BBO), but its evaluation remains dominated by synthetic functions and hyperparameter optimization (HPO) tasks that are typically low-dimensional and single-objective. Engineering design poses a substantially different regime: problems are physics-based, often high-dimensional, constrained by requirements such as cost and manufacturability, and may involve multiple objectives or mixed variables. To close this benchmarking gap, we introduce BOCoDe, an open-source, PyTorch-native benchmark comprising 307 BBO problems, including 159 engineering design tasks and widely used synthetic and HPO benchmarks. Each problem includes cited provenance and machine-readable metadata that supports programmatic discovery, including by LLM-based agents, and all tasks are exposed through a unified API compatible with open-source BO libraries. We evaluate 31 BO and evolutionary algorithms across five problem classes spanning single- and multi-objective optimization, constrained and unconstrained settings, and mixed-variable search spaces. Analyses of problem structure show that engineering tasks uniquely span constrained and multi-objective settings that synthetic and HPO suites rarely cover, while embeddings from a tabular foundation model separate them most clearly from HPO tasks. Algorithm rankings also vary substantially across domains; in several problem classes, rankings obtained on standard benchmarks do not transfer to engineering tasks. BOCoDe establishes a reproducible and extensible foundation for developing and evaluating BO methods that better reflect the demands of engineering design. Code & data can be found at https://github.com/rosenyu304/BOCoDe","url_abs":"https://arxiv.org/abs/2608.15073","url_pdf":"https://arxiv.org/pdf/2608.15073","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=2608.15073","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.15073"}},"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/xingchenwan/Casmopolitan","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/pytorch/botorch","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LeoIV/BAxUS","reach":{"status":"ok","spdx":"NOASSERTION"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/hvarfner/vanilla_bo_in_highdim","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/belakaria/MESMO","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/facebookresearch/bo_pr","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/meta-pytorch/botorch","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/rosenyu304/BOCoDe","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/yunshengtian/DGEMO","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LeoIV/bounce","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/aryandeshwal/BODi","reach":{"status":"ok"}}],"summary":{"ran":32,"ran_draft_wrong":1,"unverified":19},"by_repo_kind":{"found_in_text":{"samples":52,"ran":33,"repositories":10}},"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":21,"samples":[{"code_sha256_prefix":"ad2e028f0c45bbe7","entry":"apply_normal_copula_transform","repo":"facebookresearch/bo_pr","repo_kind":"found_in_text","path":"discrete_mixed_bo/model_utils.py","file_url":"https://github.com/facebookresearch/bo_pr/blob/HEAD/discrete_mixed_bo/model_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ad2e028f0c45bbe7"}},{"code_sha256_prefix":"749ca4146facdbbe","entry":"best_at_evaluations","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"algorithms/_eval_utils.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/algorithms/_eval_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"749ca4146facdbbe"}},{"code_sha256_prefix":"b78b89148e471d56","entry":"count_parameters","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_benchmark.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_benchmark.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":"b78b89148e471d56"}},{"code_sha256_prefix":"a2e4b3568681babe","entry":"deprecated_getattr","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"bocode/_compat.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/bocode/_compat.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a2e4b3568681babe"}},{"code_sha256_prefix":"f2ebd6b1083a7801","entry":"encode_via_basis_vectors","repo":"aryandeshwal/BODi","repo_kind":"found_in_text","path":"bodi/dictionary_kernel.py","file_url":"https://github.com/aryandeshwal/BODi/blob/HEAD/bodi/dictionary_kernel.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":"f2ebd6b1083a7801"}},{"code_sha256_prefix":"4f984e3133ab2439","entry":"eval_axis","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"algorithms/_eval_utils.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/algorithms/_eval_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4f984e3133ab2439"}},{"code_sha256_prefix":"c5faa6edd0e71f24","entry":"fetch_data_file","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"bocode/_fetch.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/bocode/_fetch.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c5faa6edd0e71f24"}},{"code_sha256_prefix":"8c72b2ff47b797c1","entry":"find","repo":"hvarfner/vanilla_bo_in_highdim","repo_kind":"found_in_text","path":"BenchSuite/benchsuite/helper.py","file_url":"https://github.com/hvarfner/vanilla_bo_in_highdim/blob/HEAD/BenchSuite/benchsuite/helper.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":"8c72b2ff47b797c1"}},{"code_sha256_prefix":"b087987cec77a102","entry":"gen_loo_cv_folds","repo":"meta-pytorch/botorch","repo_kind":"found_in_text","path":"botorch/cross_validation.py","file_url":"https://github.com/meta-pytorch/botorch/blob/HEAD/botorch/cross_validation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b087987cec77a102"}},{"code_sha256_prefix":"f02223214ce5f450","entry":"generate_contamination_dynamics","repo":"LeoIV/bounce","repo_kind":"found_in_text","path":"bounce/benchmarks.py","file_url":"https://github.com/LeoIV/bounce/blob/HEAD/bounce/benchmarks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f02223214ce5f450"}},{"code_sha256_prefix":"4aff001467769ddd","entry":"generate_random_basis_vector","repo":"aryandeshwal/BODi","repo_kind":"found_in_text","path":"bodi/dictionary_kernel.py","file_url":"https://github.com/aryandeshwal/BODi/blob/HEAD/bodi/dictionary_kernel.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":"4aff001467769ddd"}},{"code_sha256_prefix":"8e9cf155393b56c4","entry":"get_acquisition_args","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"arguments.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/arguments.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8e9cf155393b56c4"}},{"code_sha256_prefix":"163ddf466cabc0f3","entry":"get_best_candidates","repo":"facebookresearch/bo_pr","repo_kind":"found_in_text","path":"discrete_mixed_bo/gen.py","file_url":"https://github.com/facebookresearch/bo_pr/blob/HEAD/discrete_mixed_bo/gen.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"163ddf466cabc0f3"}},{"code_sha256_prefix":"90ae83ec7812c665","entry":"get_config","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"baselines/run_script.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/baselines/run_script.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"90ae83ec7812c665"}},{"code_sha256_prefix":"0f4d8e837686b97e","entry":"get_config","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"baselines/run_script_humanoid.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/baselines/run_script_humanoid.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":"0f4d8e837686b97e"}},{"code_sha256_prefix":"23cc0cbc953ff83d","entry":"get_general_args","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"arguments.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/arguments.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"23cc0cbc953ff83d"}},{"code_sha256_prefix":"7ae1c3b53e281758","entry":"get_input_correct_order","repo":"aryandeshwal/BODi","repo_kind":"found_in_text","path":"bodi/optimize.py","file_url":"https://github.com/aryandeshwal/BODi/blob/HEAD/bodi/optimize.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":"7ae1c3b53e281758"}},{"code_sha256_prefix":"6597d6fcc7dfae46","entry":"get_spray_points","repo":"aryandeshwal/BODi","repo_kind":"found_in_text","path":"bodi/optimize.py","file_url":"https://github.com/aryandeshwal/BODi/blob/HEAD/bodi/optimize.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":"6597d6fcc7dfae46"}},{"code_sha256_prefix":"f091ec049a85ad58","entry":"get_surroagte_args","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"arguments.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/arguments.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f091ec049a85ad58"}},{"code_sha256_prefix":"2bee6851d279ee7f","entry":"global_pruning","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_benchmark.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_benchmark.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":"2bee6851d279ee7f"}},{"code_sha256_prefix":"f6f012a1fb08b48e","entry":"hamming_distance","repo":"LeoIV/bounce","repo_kind":"found_in_text","path":"bounce/neighbors.py","file_url":"https://github.com/LeoIV/bounce/blob/HEAD/bounce/neighbors.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6f012a1fb08b48e"}},{"code_sha256_prefix":"892475878689dcbb","entry":"initial_design","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"algorithms/_bo_utils.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/algorithms/_bo_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"892475878689dcbb"}},{"code_sha256_prefix":"d07d5892b884a818","entry":"inv_sigmoid","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"baselines/GP.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/baselines/GP.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":"d07d5892b884a818"}},{"code_sha256_prefix":"df14ac18e98ce26b","entry":"join_data","repo":"LeoIV/BAxUS","repo_kind":"found_in_text","path":"baxus/util/data_utils.py","file_url":"https://github.com/LeoIV/BAxUS/blob/HEAD/baxus/util/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"df14ac18e98ce26b"}},{"code_sha256_prefix":"f876f140f7f0472e","entry":"n_init_of","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"algorithms/_eval_utils.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/algorithms/_eval_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f876f140f7f0472e"}},{"code_sha256_prefix":"e7f0922d0dda5361","entry":"parse_constraints","repo":"hvarfner/vanilla_bo_in_highdim","repo_kind":"found_in_text","path":"benchmarking/gp_priors.py","file_url":"https://github.com/hvarfner/vanilla_bo_in_highdim/blob/HEAD/benchmarking/gp_priors.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":"e7f0922d0dda5361"}},{"code_sha256_prefix":"7ecf329837b9a551","entry":"parse_hyperparameters","repo":"hvarfner/vanilla_bo_in_highdim","repo_kind":"found_in_text","path":"benchmarking/gp_priors.py","file_url":"https://github.com/hvarfner/vanilla_bo_in_highdim/blob/HEAD/benchmarking/gp_priors.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":"7ecf329837b9a551"}},{"code_sha256_prefix":"955e1d38650c1c6c","entry":"penalized","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"algorithms/_bo_utils.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/algorithms/_bo_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"955e1d38650c1c6c"}},{"code_sha256_prefix":"a8eee1e25d7db974","entry":"right_pad_sequence","repo":"LeoIV/BAxUS","repo_kind":"found_in_text","path":"baxus/util/data_utils.py","file_url":"https://github.com/LeoIV/BAxUS/blob/HEAD/baxus/util/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"a8eee1e25d7db974"}},{"code_sha256_prefix":"e4fdb09f2d550022","entry":"sample_categorical","repo":"hvarfner/vanilla_bo_in_highdim","repo_kind":"found_in_text","path":"BenchSuite/benchsuite/helper.py","file_url":"https://github.com/hvarfner/vanilla_bo_in_highdim/blob/HEAD/BenchSuite/benchsuite/helper.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":"e4fdb09f2d550022"}},{"code_sha256_prefix":"89ea4be56b37ad17","entry":"sample_init_points","repo":"LeoIV/bounce","repo_kind":"found_in_text","path":"bounce/benchmarks.py","file_url":"https://github.com/LeoIV/bounce/blob/HEAD/bounce/benchmarks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"89ea4be56b37ad17"}},{"code_sha256_prefix":"0f23cb50dd7ab19c","entry":"shape_to_str","repo":"meta-pytorch/botorch","repo_kind":"found_in_text","path":"botorch/logging.py","file_url":"https://github.com/meta-pytorch/botorch/blob/HEAD/botorch/logging.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0f23cb50dd7ab19c"}},{"code_sha256_prefix":"9298d82ba1c4f7b3","entry":"update_state","repo":"facebookresearch/bo_pr","repo_kind":"found_in_text","path":"discrete_mixed_bo/trust_region.py","file_url":"https://github.com/facebookresearch/bo_pr/blob/HEAD/discrete_mixed_bo/trust_region.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9298d82ba1c4f7b3"}},{"code_sha256_prefix":"2ada3e37206dec2d","entry":"batch_cross_validation","repo":"pytorch/botorch","repo_kind":"found_in_text","path":"botorch/cross_validation.py","file_url":"https://github.com/pytorch/botorch/blob/HEAD/botorch/cross_validation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2ada3e37206dec2d"}},{"code_sha256_prefix":"c4c634f6672cc5d1","entry":"create_dataloaders","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_utils.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_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":"c4c634f6672cc5d1"}},{"code_sha256_prefix":"c24348db09892d53","entry":"eval_singularity_benchmark","repo":"LeoIV/bounce","repo_kind":"found_in_text","path":"bounce/util/benchmark.py","file_url":"https://github.com/LeoIV/bounce/blob/HEAD/bounce/util/benchmark.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c24348db09892d53"}},{"code_sha256_prefix":"fc806c2a43810268","entry":"fit_gpytorch_mll","repo":"pytorch/botorch","repo_kind":"found_in_text","path":"botorch/fit.py","file_url":"https://github.com/pytorch/botorch/blob/HEAD/botorch/fit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fc806c2a43810268"}},{"code_sha256_prefix":"d06ff5ead9425b3e","entry":"get_acquisition","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"mobo/factory.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/mobo/factory.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d06ff5ead9425b3e"}},{"code_sha256_prefix":"799d13b974221906","entry":"get_fitted_map_saas_model","repo":"pytorch/botorch","repo_kind":"found_in_text","path":"botorch/fit.py","file_url":"https://github.com/pytorch/botorch/blob/HEAD/botorch/fit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"799d13b974221906"}},{"code_sha256_prefix":"d2823843eef42f74","entry":"get_hamming_neighbors","repo":"aryandeshwal/BODi","repo_kind":"found_in_text","path":"bodi/optimize.py","file_url":"https://github.com/aryandeshwal/BODi/blob/HEAD/bodi/optimize.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":"d2823843eef42f74"}},{"code_sha256_prefix":"762a6243458641cf","entry":"get_metadata","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"bocode/registry.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/bocode/registry.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"762a6243458641cf"}},{"code_sha256_prefix":"7f110d1d19300815","entry":"get_problem","repo":"rosenyu304/BOCoDe","repo_kind":"found_in_text","path":"bocode/registry.py","file_url":"https://github.com/rosenyu304/BOCoDe/blob/HEAD/bocode/registry.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7f110d1d19300815"}},{"code_sha256_prefix":"73c60d39982267aa","entry":"get_result_dir","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"73c60d39982267aa"}},{"code_sha256_prefix":"642bd668f157ee74","entry":"get_solver","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"mobo/factory.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/mobo/factory.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"642bd668f157ee74"}},{"code_sha256_prefix":"29da3380f2d352b8","entry":"get_surrogate_model","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"mobo/factory.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/mobo/factory.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"29da3380f2d352b8"}},{"code_sha256_prefix":"3b817ad7ef14765b","entry":"global_pruning_per_layer","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_benchmark.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_benchmark.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":"3b817ad7ef14765b"}},{"code_sha256_prefix":"04cc16c9bcb5446f","entry":"join_data","repo":"LeoIV/bounce","repo_kind":"found_in_text","path":"bounce/util/data_handling.py","file_url":"https://github.com/LeoIV/bounce/blob/HEAD/bounce/util/data_handling.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"04cc16c9bcb5446f"}},{"code_sha256_prefix":"94bf24acd89a9223","entry":"load_model","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_utils.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_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":"94bf24acd89a9223"}},{"code_sha256_prefix":"514515c558dab799","entry":"load_model_from_checkpoint","repo":"XZT008/Standard-GP-is-all-you-need-for-HDBO","repo_kind":"found_in_text","path":"benchmark/nn_pruning_utils.py","file_url":"https://github.com/XZT008/Standard-GP-is-all-you-need-for-HDBO/blob/HEAD/benchmark/nn_pruning_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":"514515c558dab799"}},{"code_sha256_prefix":"925fba4000a82269","entry":"loo_cv","repo":"pytorch/botorch","repo_kind":"found_in_text","path":"botorch/cross_validation.py","file_url":"https://github.com/pytorch/botorch/blob/HEAD/botorch/cross_validation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"925fba4000a82269"}},{"code_sha256_prefix":"fa13edf45db5b2ed","entry":"sample_multinomial","repo":"hvarfner/vanilla_bo_in_highdim","repo_kind":"found_in_text","path":"BenchSuite/benchsuite/helper.py","file_url":"https://github.com/hvarfner/vanilla_bo_in_highdim/blob/HEAD/BenchSuite/benchsuite/helper.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":"fa13edf45db5b2ed"}},{"code_sha256_prefix":"a8b7ff433b15e31f","entry":"setup_logger","repo":"yunshengtian/DGEMO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/yunshengtian/DGEMO/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a8b7ff433b15e31f"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CE","source":"arxiv_api"},"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}}}