REVIEW 4 major objections 5 minor 2 cited by
hep-aid: A Python Library for Sample Efficient Parameter Scans in Beyond the Standard Model Phenomenology
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read This paper presents hep-aid, a modular Python library for machine-learning-guided, sample-efficient parameter scans in beyond-Standard-Model phenomenology, and reports that its b-CASTOR method reaches nearly 95% efficiency on a (B-L)SSM…
desk verdict A genuinely useful and well-documented software library, but the headline efficiency claim needs a random baseline and error bars before I'd believe it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the active-search loop. An Objective object wraps a black-box function $H(x)$, a set of constraints $\tau$, and an internal dataset; at each iteration a Gaussian-process surrogate is fitted to the normalised dataset, and the Expected Coverage Improvement (ECI) acquisition function scores candidate points by how much a hypersphere of radius $r$ placed there would expand coverage of the satisfactory region $S = \{x \mid H_i(x) \succeq \tau_i\}$. b-CASTOR is the batched version: it optimises ECI with the Tree-structured Parzen Estimator and then uses stochastic prioritisation to pick a batch of points each iteration. The library implements CAS, b-CASTOR, MLScan (an MLP surrogate with rejection sampling), and MCMC-MH as a comparison baseline, all sharing the same Objective, dataset, checkpoint, and metric machinery.
What would settle it
Run b-CASTOR and a uniform random sampler on the same (B-L)SSM objective, at the same evaluation budget and with the same initial dataset; if the active-search ratio of satisfactory to total points is not higher than random sampling's, the central efficiency claim fails.
Extended reading notes
Core claim
The paper's central claim is that hep-aid's active-search methodologies make BSM parameter scans sample-efficient: instead of evaluating every candidate with the full HEP software stack, a Gaussian-process surrogate is fitted to collected points and an acquisition function decides which parameter vectors to evaluate next. For the (B-L)SSM case study, with the objective space reduced to the two lightest Higgs mass observables and the constraints set to $95 \pm 5$ GeV and $125 \pm 5$ GeV, b-CASTOR reports a satisfactory-to-total ratio $S_r \approx 0.95$ starting from 400 initial points. On the double-objective test function from [16], b-CASTOR outperforms MLScan and MCMC-MH on this efficiency metric, while MLScan shows broader exploration across the parameter space. The paper concludes that these results support the library as a versatile toolset for multi-objective searches for new physics.
Load-bearing premise
The broad efficiency conclusion rests on one two-dimensional test function and one eight-dimensional (B-L)SSM scan with a 5 GeV mass window and a 400-point initial dataset, so the reported hit rate may not transfer to other models, objectives, or baselines.
Editorial extensions
If this is right
- If b-CASTOR's high hit rate holds across runs, BSM scans can concentrate expensive spectrum evaluations inside satisfactory regions instead of spreading the budget across the whole parameter box.
- A new BSM model can be scanned by swapping the model files and configuration while reusing the same active-search policy and dataset machinery.
- The library's automatic metric tracking makes it straightforward to compare CAS, b-CASTOR, MLScan, and MCMC-MH on the same objective in a few lines of code.
- Checkpointing and compressed dataset export allow long scans to be resumed or shared, supporting reproducible phenomenological studies.
Reading between the lines
- Because the efficiency metric $S_r$ depends on the width of the mass window and the size of the initial dataset, the ~95% figure is probably specific to the 5 GeV window used here rather than a fixed property of b-CASTOR.
- A direct comparison against a uniform random sampler on the same (B-L)SSM objective would separate the contribution of the surrogate policy from the ease of the problem; the paper does not report such a baseline.
- The same Objective-plus-surrogate-plus-acquisition structure could be adapted to other expensive black-box searches in high-energy physics, such as event-generator tuning or detector simulation parameters, with only configuration changes.
- The ECI radius decay, currently a fixed schedule, could be tied to the surrogate's predictive uncertainty, which might make the scan adaptive in higher-dimensional spaces.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents hep-aid, a modular Python library for sample-efficient parameter scans in BSM phenomenology. It describes the library's two main modules — the hep module (interfacing SPheno, HiggsBounds, HiggsSignals, and MadGraph) and the search module (providing an Objective class and four parameter-scan methods: CAS, b-CASTOR, MLScan, and MCMC-MH) — along with configuration files, checkpointing, SLHA handling, and plotting utilities. The paper demonstrates the library on a two-dimensional double-objective test function proposed in the authors' earlier work and on an 8D (B-L)SSM scan targeting a ~95 GeV scalar together with the 125 GeV Higgs state. The central claim is that the included ML-based search methods 'enhance the efficiency of BSM studies', supported by an efficiency comparison among the methods and a reported 'nearly 95% efficiency' for b-CASTOR in the BSM example.
Significance. If the efficiency claim were properly supported, hep-aid would be a valuable community tool: it addresses a real need for modular, ML-based scan infrastructure that connects to standard spectrum generators, and it ships with several search algorithms, configuration-driven workflows, checkpointing, and dataset utilities. The paper is transparent about the library's design, provides code examples, and indicates availability of source code and reproducibility resources. However, the central performance claim currently rests on narrow, self-referential demonstrations that lack baselines and error bars, so the paper's significance hinges on whether the authors add an independent benchmark in a revision.
major comments (4)
- [Section 2.1.2, Figure 8] The comparison of b-CASTOR, MLScan, and MCMC-MH reports only the mean efficiency Sr over runs (five runs for b-CASTOR and MLScan, ten for MCMC-MH) and displays no error bars, quantiles, or individual run trajectories. The text itself notes that MCMC-MH achieved Sr=0 in some runs, which indicates substantial run-to-run variability, but the figure cannot convey this. More importantly, no uniform random-sampling or grid baseline is included; without a baseline, the reader cannot determine how much of Sr is attributable to the active search strategy rather than to the ease of the test problem or the choice of constraints.
- [Section 2.2, Eq. (3) and Figure 10] The claim that b-CASTOR achieves 'nearly 95% efficiency' in the (B-L)SSM scan is not a property of the algorithm alone: it depends on the initial dataset of 400 points, the user-defined mass window δm = 5 GeV, the total evaluation budget, and the number of repeated runs. The paper does not report the satisfactory fraction of the initial 400 random points, nor does it compare b-CASTOR against uniform random sampling with the same constraints and budget. Because Sr is the ratio of satisfactory to total sampled points, the reported 95% could be largely inherited from a favorable initial set; the claim that the method 'enhances' efficiency therefore needs control measurements to be supported.
- [Section 5 and Abstract] The conclusion states that 'All ML-based such approaches were also demonstrated to be superior to the more standard MCMC-HS one' and the abstract asserts that demonstrations 'show that hep-aid methodologies enhance the efficiency of BSM studies.' These generalisations are based on a two-dimensional test function and a single 8D BSM example, with the BSM example lacking multiple-seed variation and both lacking an independent baseline. The strength of the conclusion exceeds the evidence presented; it should be restricted to the specific test cases or supported by a broader benchmark suite.
- [Section 2.1.2, Section 2.2, and reference [16]] The evaluation is self-referential in a way that weakens external validity: the 2D test function, the (B-L)SSM case study, and the b-CASTOR algorithm all originate from the authors' earlier paper [16], and the comparison methods MLScan and MCMC-MH are used as implemented in the library itself. This is not a logical circularity, but it means the benchmark does not test the library against independently developed methods or problems. Adding at least one independent test function (e.g., from a public black-box optimisation benchmark) and one independent BSM model would substantially strengthen the claims of versatility and sample efficiency.
minor comments (5)
- [Section 3.3] The sentence 'However, in hep-aid implements its own SLHA, module.lass' appears to contain a typo; it should likely read 'hep-aid implements its own SLHA module, with the SLHA class.'
- [Figure 8] The axis label rendered as 'D∫⟩‡⌉' is corrupted; it presumably should be 'D_size' or 'Dataset size'.
- [Section 5] The phrase 'the more standard MCMC-HS one' uses an acronym inconsistent with the rest of the paper, where the method is defined as MCMC-MH.
- [Section 3.2] In the sentence 'Another notable library is [45]', the library is not named at the point of citation; naming it (xSLHA) immediately would improve readability.
- [Section 2.1.1] The installation instructions do not specify the tested Python version or the versions of key dependencies; stating the exact environment would aid reproducibility.
Circularity Check
No circular derivation: the reported efficiencies are measured outputs, not consequences of the paper's definitions; self-referential benchmarking is an independence concern, not circularity.
full rationale
This paper is a software manual rather than a derivation. Its central claim that hep-aid methods enhance the efficiency of BSM parameter scans is an empirical claim supported by measured success rates, not a theorem derived from the paper's equations. Equations (4)-(8) define the satisfactory region, the sigmoid likelihood, and the MCMC acceptance rule, but none of them logically imply the observed Sr values: the 'nearly 95% efficiency' reported in Section 2.2 and Figure 10 is a run outcome, not an equation-level consequence. The use of the test function and the b-CASTOR algorithm from the same group's earlier paper [16] is self-referential benchmarking, and the absence of a random-sampling baseline or the satisfactory fraction of the initial 400-point dataset weakens the external validity of the efficiency comparison. However, this is an experimental-design limitation, not a circular reduction: the efficiency value is not defined in terms of itself, no fitted parameter is renamed as a prediction, no uniqueness theorem is imported, and no ansatz is smuggled in via citation. The library's HEP-stack integration with SPheno, HiggsBounds, HiggsSignals, and MadGraph is independently functional and does not depend on the performance claim. Therefore no specific circular step can be identified, and the appropriate circularity score is 0.
Assumptions & free parameters
free parameters (5)
- radius r (resolution parameter) =
user-defined, typically 0 to 1 in normalised space
- initial dataset size =
400 points in BSM example
- mass window delta_m =
5 GeV
- alpha (batch sampling) =
2
- epsilon (sigmoid likelihood) =
not specified
assumptions (4)
- domain assumption Gaussian process surrogate models provide adequate approximations of the BSM objective functions.
- ad hoc to paper The 2D double-objective test function from [16] is representative of BSM parameter scan problems.
- domain assumption The sigmoid-window likelihood in Eq. (6) defines a target distribution whose support corresponds to the satisfactory region.
- domain assumption The HEP-stack computations, SPheno, HiggsBounds, HiggsSignals, and MadGraph, are error-free and consistent.
Cite this review
Pith. "Pith review of hep-aid: A Python Library for Sample Efficient Parameter Scans in Beyond the Standard Model Phenomenology." pith.science (2026). https://pith.science/paper/PG2WPZCT
@misc{pith2026241217675,
author = {Pith},
title = {Pith review of: hep-aid: A Python Library for Sample Efficient Parameter Scans in Beyond the Standard Model Phenomenology},
year = {2026},
howpublished = {\url{https://pith.science/paper/PG2WPZCT}},
note = {Machine review of arXiv:2412.17675}
}
read the original abstract
This paper presents hep-aid, a modular Python library conceived for utilising, implementing, and developing parameter scan algorithms. Originally devised for sample-efficient, multi-objective active search approaches in computationally expensive Beyond Standard Model (BSM) phenomenology, the library currently integrates three Machine Learning (ML)-based approaches: a Constraint Active Search (CAS) algorithm, a multi-objective Active Search (AS) method (called b-CASTOR), and a self-exploration method named Machine Learning Scan (MLScan). These approaches address the challenge of multi-objective optimisation in high-dimensional BSM scenarios by employing surrogate models and strategically exploring parameter spaces to identify regions that satisfy complex objectives with fewer evaluations. Additionally, a Markov-Chain Monte Carlo method using the Metropolis-Hastings algorithm (MCMC-MH) is implemented for method comparison. The library also includes a High Energy Physics (HEP) module based on SPheno as the spectrum calculator. However, the library modules and functionalities are designed to be easily extended and used also with other external software for phenomenology. This manual provides an introduction on how to use the main functionalities of hep-aid and describes the design and structure of the library. Demonstrations based on the aforementioned parameter scan methods show that hep-aid methodologies enhance the efficiency of BSM studies, offering a versatile toolset for complex, multi-objective searches for new physics in HEP contexts exploiting advanced ML-based approaches.
Figures
Figures from the paper (14 more)
Forward citations
Cited by 2 Pith papers
-
Normalizing Flow-Assisted Nested Sampling on Type-II Seesaw Model
A RealNVP normalizing flow trained inside nested sampling accelerates Bayesian scans of the Type-II seesaw parameter space and yields posterior constraints on scalar masses and couplings.
-
DLScanner: A parameter space scanner package assisted by deep learning methods
A new scanner package combines a similarity-learning neural network with VEGAS adaptive sampling to collect valid points in BSM parameter scans faster than earlier ML-based methods.
Reference graph
Works this paper leans on
-
[16]
M. A. Diaz, G. Cerro, S. Dasmahapatra, S. Moretti, Bayesian active search on parameter space: a 95 gev spin-0 resonance in the (b− l)ssm (2024). arXiv:2404.18653. URL https://arxiv.org/abs/2404.18653
arXiv 2024
-
[1]
O. Brein, Adaptive scanning—a proposal how to scan theoretical predictions over a multi-dimensional parameter space efficiently, Computer Physics Communications 170 (1) (2005) 42–48. doi:10.1016/j.cpc.2005.03. 104. URL http://dx.doi.org/10.1016/j.cpc.2005.03.104
-
[2]
D. W. Hogg, D. Foreman-Mackey, Data analysis recipes: Using markov chain monte carlo*, The Astrophysical Journal Supplement Series 236 (1) (2018) 11. doi:10.3847/1538-4365/aab76e. URL http://dx.doi.org/10.3847/1538-4365/aab76e
- [3]
-
[4]
J. S. Speagle, A Conceptual Introduction to Markov Chain Monte Carlo Methods (9 2019).arXiv:1909.12313. 26
arXiv 2019
-
[5]
M. Feickert, B. Nachman, A living review of machine learning for particle physics (2021).arXiv:2102.02770
arXiv 2021
-
[6]
R. Baruah, S. Mondal, S. K. Patra, S. Roy, Probing intractable beyond-standard-model parameter spaces armed with machine learning, The European Physical Journal Special Topics (Jul. 2024). doi:10.1140/epjs/ s11734-024-01236-w . URL http://dx.doi.org/10.1140/epjs/s11734-024-01236-w
doi:10.1140/epjs/ 2024
- [7]
Show all 50 references
-
[8]
Hammad, M
A. Hammad, M. Park, R. Ramos, P. Saha, Exploration of parameter spaces assisted by machine learning, Com- puter Physics Communications 293 (2023) 108902. doi:10.1016/j.cpc.2023.108902. URL http://dx.doi.org/10.1016/j.cpc.2023.108902
2023
-
[9]
Binjonaid, Multi-label classification of parameter constraints in bsm extensions using deep learning (2024)
M. Binjonaid, Multi-label classification of parameter constraints in bsm extensions using deep learning (2024). arXiv:2409.05453
2024 arXiv
-
[10]
Hollingsworth, M
J. Hollingsworth, M. Ratz, P. Tanedo, D. Whiteson, E fficient sampling of constrained high-dimensional theo- retical spaces with machine learning, The European Physical Journal C 81 (12) (Dec. 2021). doi:10.1140/ epjc/s10052-021-09941-9 . URL http://dx.doi.org/10.1140/epjc/s10...
2021 doi
-
[11]
M. D. Goodsell, A. Joury, Active learning bsm parameter spaces, The European Physical Journal C 83 (4) (Apr. 2023). doi:10.1140/epjc/s10052-023-11368-3 . URL http://dx.doi.org/10.1140/epjc/s10052-023-11368-3
2023 doi
-
[12]
M. D. Goodsell, A. Joury, Bsmart: Simple and fast parameter space scans, V ol. 297, 2024, p. 109057. doi: https://doi.org/10.1016/j.cpc.2023.109057. URL https://www.sciencedirect.com/science/article/pii/S0010465523004022
2024
-
[13]
Abreu de Souza, M
F. Abreu de Souza, M. Crispim Rom ˜ao, N. F. Castro, M. Nikjoo, W. Porod, Exploring parameter spaces with artificial intelligence and machine learning black-box optimization algorithms, Phys. Rev. D 107 (2023) 035004. doi:10.1103/PhysRevD.107.035004. URL https://link.aps.org/d...
2023 doi
-
[14]
J. C. Rom ˜ao, M. C. Rom˜ao, Combining evolutionary strategies and novelty detection to go beyond the alignment limit of the z3 3hdm (2024). arXiv:2402.07661
2024 arXiv
-
[15]
Bal ´azs, M
C. Bal ´azs, M. van Beekveld, S. Caron, B. M. Dillon, B. Farmer, A. Fowlie, E. C. Garrido-Merch´an, W. Handley, L. Hendriks, G. J ´ohannesson, A. Leinweber, J. Mamu ˇzi´c, G. D. Martinez, S. Otten, R. R. de Austri, P. Scott, Z. Searle, B. Stienen, J. Vanschoren, M. White, The ...
2021 doi
-
[17]
Staub, T
F. Staub, T. Ohl, W. Porod, C. Speckner, A Tool Box for Implementing Supersymmetric Models, Comput. Phys. Commun. 183 (2012) 2165–2206. arXiv:1109.5147, doi:10.1016/j.cpc.2012.04.013
2012 arXiv
-
[18]
Staub, xBIT: an easy to use scanning tool with machine learning abilities (6 2019)
F. Staub, xBIT: an easy to use scanning tool with machine learning abilities (6 2019). arXiv:1906.03277
2019 arXiv
-
[19]
Shang, Y
L. Shang, Y . Zhang, EasyScan HEP: A tool for connecting programs to scan the parameter space of physics models, Comput. Phys. Commun. 296 (2024) 109027. arXiv:2304.03636, doi:10.1016/j.cpc.2023. 109027
2024 arXiv
-
[20]
M. D. Goodsell, A. Joury, BSMArt: Simple and fast parameter space scans, Comput. Phys. Commun. 297 (2024) 109057. arXiv:2301.01154, doi:10.1016/j.cpc.2023.109057
2024 arXiv
- [21]
-
[22]
Staub, Sarah 4: A tool for (not only susy) model builders, Computer Physics Communications 185 (6) (2014) 1773–1790
F. Staub, Sarah 4: A tool for (not only susy) model builders, Computer Physics Communications 185 (6) (2014) 1773–1790. doi:10.1016/j.cpc.2014.02.018. URL http://dx.doi.org/10.1016/j.cpc.2014.02.018
2014 doi
-
[23]
Garnett, Y
R. Garnett, Y . Krishnamurthy, X. Xiong, J. Schneider, R. Mann, Bayesian optimal active search and survey- 27 ing, in: Proceedings of the 29th International Conference on International Conference on Machine Learning, ICML’12, Omnipress, Madison, WI, USA, 2012, p. 843–850
2012
-
[24]
pandas development team, pandas-dev /pandas: Pandas (Feb
T. pandas development team, pandas-dev /pandas: Pandas (Feb. 2020). doi:10.5281/zenodo.3509134. URL https://doi.org/10.5281/zenodo.3509134
2020 doi
-
[25]
Paszke, S
A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antiga, A. Desmaison, A. K¨opf, E. Yang, Z. DeVito, M. Raison, A. Tejani, S. Chilamkurthy, B. Steiner, L. Fang, J. Bai, S. Chintala, Pytorch: An imperative style, high-perfor...
2019 arXiv
-
[26]
A. A. Abdelalim, B. Das, S. Khalil, S. Moretti, Di-photon decay of a light Higgs state in the BLSSM, Nucl. Phys. B 985 (2022) 116013. arXiv:2012.04952, doi:10.1016/j.nuclphysb.2022.116013
2022 arXiv
-
[27]
Search for a standard model-like Higgs boson in the mass range between 70 and 110 GeV in the diphoton final state in proton-proton collisions at√s = 13 TeV (2023)
2023
-
[28]
W. Porod, Spheno, a program for calculating supersymmetric spectra, susy particle decays and susy particle production at e+e- colliders, Computer Physics Communications 153 (2003) 275–315. URL https://api.semanticscholar.org/CorpusID:7905927
2003
-
[29]
Porod, F
W. Porod, F. Staub, Spheno 3.1: extensions including flavour, cp-phases and models beyond the mssm, Computer Physics Communications 183 (11) (2012) 2458–2469. doi:10.1016/j.cpc.2012.05.021. URL http://dx.doi.org/10.1016/j.cpc.2012.05.021
2012 doi
-
[30]
Bechtle, O
P. Bechtle, O. Brein, S. Heinemeyer, G. Weiglein, K. Williams, Higgsbounds: Confronting arbitrary higgs sectors with exclusion bounds from lep and the tevatron, Computer Physics Communications 181 (1) (2010) 138–167. doi:10.1016/j.cpc.2009.09.003. URL http://dx.doi.org/10.1016...
2010 doi
-
[31]
Bechtle, S
P. Bechtle, S. Heinemeyer, O. Stål, T. Stefaniak, G. Weiglein, Higgssignals: Confronting arbitrary higgs sectors with measurements at the tevatron and the lhc, The European Physical Journal C 74 (2) (Feb. 2014). doi: 10.1140/epjc/s10052-013-2711-4 . URL http://dx.doi.org/10.11...
2014 doi
-
[32]
Alwall, R
J. Alwall, R. Frederix, S. Frixione, V . Hirschi, F. Maltoni, O. Mattelaer, H. S. Shao, T. Stelzer, P. Tor- rielli, M. Zaro, The automated computation of tree-level and next-to-leading order di fferential cross sec- tions, and their matching to parton shower simulations, JHEP ...
2014 arXiv
-
[33]
Malkomes, B
G. Malkomes, B. Cheng, E. H. Lee, M. Mccourt, Beyond the pareto e fficient frontier: Constraint active search for multiobjective experimental design, in: M. Meila, T. Zhang (Eds.), Proceedings of the 38th International Conference on Machine Learning, V ol. 139 of Proceedings o...
2021
-
[34]
Metropolis, A
N. Metropolis, A. W. Rosenbluth, M. N. Rosenbluth, A. H. Teller, E. Teller, Equation of state calculations by fast computing machines, J. Chem. Phys. 21 (1953) 1087–1092. doi:10.1063/1.1699114
1953 doi
-
[35]
W. K. Hastings, Monte Carlo Sampling Methods Using Markov Chains and Their Applications, Biometrika 57 (1970) 97–109. doi:10.1093/biomet/57.1.97
1970 doi
-
[36]
B. C. Allanach, C. Balazs, G. Belanger, M. Bernhardt, F. Boudjema, D. Choudhury, K. Desch, U. Ell- wanger, P. Gambino, R. Godbole, T. Goto, J. Guasch, M. Guchait, T. Hahn, S. Heinemeyer, C. Hugo- nie, T. Hurth, S. Kraml, S. Kreiss, J. Lykken, F. Moortgat, S. Moretti, S. Penara...
2009 arXiv
-
[37]
Darm ´e, C
L. Darm ´e, C. Degrande, C. Duhr, B. Fuks, M. Goodsell, G. Heinrich, V . Hirschi, S. H¨oche, M. H¨ofer, J. Isaacson, O. Mattelaer, T. Ohl, D. Pagani, J. Reuter, P. Richardson, S. Schumann, H.-S. Shao, F. Siegert, M. Zaro, UFO 2.0 – The Universal Feynman Output format, Eur. Phy...
2023 arXiv
-
[38]
rep., CERN, Geneva (2022)
Searches for additional Higgs bosons and vector leptoquarks in ττ final states in proton-proton collisions at√s = 13 TeV, Tech. rep., CERN, Geneva (2022). URL https://cds.cern.ch/record/2803739 28
2022
-
[39]
Barate, et al., Search for the standard model Higgs boson at LEP, Phys
R. Barate, et al., Search for the standard model Higgs boson at LEP, Phys. Lett. B 565 (2003) 61–75. arXiv: hep-ex/0306033, doi:10.1016/S0370-2693(03)00614-2
2003 arXiv
-
[40]
Aad, et al., Observation of a new particle in the search for the standard model higgs boson with the atlas detector at the lhc, Physics Letters B 716 (1) (2012) 1–29
G. Aad, et al., Observation of a new particle in the search for the standard model higgs boson with the atlas detector at the lhc, Physics Letters B 716 (1) (2012) 1–29. doi:https://doi.org/10.1016/j.physletb. 2012.08.020. URL https://www.sciencedirect.com/science/article/pii/...
2012 doi
-
[41]
Chatrchyan, et al., Observation of a new boson at a mass of 125 gev with the cms experiment at the lhc, Physics Letters B 716 (1) (2012) 30–61
S. Chatrchyan, et al., Observation of a new boson at a mass of 125 gev with the cms experiment at the lhc, Physics Letters B 716 (1) (2012) 30–61. doi:https://doi.org/10.1016/j.physletb.2012.08.021. URL https://www.sciencedirect.com/science/article/pii/S0370269312008581
2012 doi
-
[42]
H. Bahl, T. Biek ¨otter, S. Heinemeyer, C. Li, S. Paasch, G. Weiglein, J. Wittbrodt, HiggsTools: BSM scalar phenomenology with new versions of HiggsBounds and HiggsSignals, Comput. Phys. Commun. 291 (2023) 108803. arXiv:2210.09332, doi:10.1016/j.cpc.2023.108803
2023 arXiv
-
[43]
P. Z. Skands, et al., SUSY Les Houches accord: Interfacing SUSY spectrum calculators, decay packages, and event generators, JHEP 07 (2004) 036. arXiv:hep-ph/0311123, doi:10.1088/1126-6708/2004/07/036
2004 arXiv
-
[44]
Buckley, Pyslha: a pythonic interface to susy les houches accord data (2015)
A. Buckley, Pyslha: a pythonic interface to susy les houches accord data (2015). arXiv:1305.4194. URL https://arxiv.org/abs/1305.4194
2015 arXiv
-
[45]
Staub, xslha: An les houches accord reader for python and mathematica, Computer Physics Communications 241 (2019) 132–138
F. Staub, xslha: An les houches accord reader for python and mathematica, Computer Physics Communications 241 (2019) 132–138. doi:10.1016/j.cpc.2019.03.013. URL http://dx.doi.org/10.1016/j.cpc.2019.03.013
2019 doi
-
[46]
T. Head, M. Kumar, H. Nahrstaedt, G. Louppe, I. Shcherbatyi, scikit-optimize /scikit-optimize (Oct. 2021). doi:10.5281/zenodo.5565057. URL https://doi.org/10.5281/zenodo.5565057
2021 doi
-
[47]
Yadan, J
O. Yadan, J. Sommer-Simpson, O. Delalleau, omegaconf (2019). URL https://github.com/omry/omegaconf
2019
-
[48]
Balandat, B
M. Balandat, B. Karrer, D. R. Jiang, S. Daulton, B. Letham, A. G. Wilson, E. Bakshy, BoTorch: A Framework for Efficient Monte-Carlo Bayesian Optimization, in: Advances in Neural Information Processing Systems 33, 2020. URL http://arxiv.org/abs/1910.06403
2020 arXiv
-
[49]
Gardner, G
J. Gardner, G. Pleiss, K. Q. Weinberger, D. Bindel, A. G. Wilson, Gpytorch: Blackbox matrix-matrix gaussian process inference with gpu acceleration, in: S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa- Bianchi, R. Garnett (Eds.), Advances in Neural Information Proces...
2018
-
[50]
Akiba, S
T. Akiba, S. Sano, T. Yanase, T. Ohta, M. Koyama, Optuna: A next-generation hyperparameter optimization framework, in: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2019. 29
2019
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.