Pith. sign in

REVIEW 4 major objections 5 minor 40 references

Directed Evolution of Proteins via Bayesian Optimization in Embedding Space

T0 review · 4 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper claims Bayesian optimization over protein language model embeddings finds fitter variants than regression-based directed-evolution methods at the same screening budget.

desk verdict BOES is a plausible and well-executed method — GP-BO directly in ESM-1b embeddings with a single length scale — but the SOTA-superiority claim rests on an uncontrolled external comparison; the paper's own controlled BO comparisons show parity. read the letter →

arxiv 2509.04998 v1 pith:HYD667ZG submitted 2025-09-05 cs.LG q-bio.BM

classification cs.LGq-bio.BM
keywords directedevolutionproteinengineeringBayesianoptimizationlanguagemodelssequenceembeddingsGaussianprocessesexpectedimprovementfitnesslandscape
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Directed evolution improves proteins by repeated mutation and screening, but each screen is expensive. This paper puts forward a way to spend that budget more efficiently: instead of training a fitness predictor and then exploiting its predictions, it runs Bayesian optimization directly in the embedding space of a pre-trained protein language model. The method, BOES, fits a Gaussian process with a single fitted length-scale kernel on those embeddings and uses expected improvement to choose each next variant for screening. On the GB1 and PhoQ fitness landscapes, BOES reports higher maximum fitness than the best regression-based methods it compares against when all methods get 80 screens. It also outperforms Bayesian optimization run directly on one-hot encoded sequences, and it constructs its input space without any additional screening.

What carries the argument

The central object is BOES, a Bayesian optimization loop whose input space is the sequence embedding from a pre-trained protein language model (ESM-1b), a 1,280-dimensional numerical vector said to encode function-relevant information. The load-bearing design choice is a Matérn 3/2 kernel over Euclidean distance in this embedding space with exactly one fitted length-scale parameter, so the surrogate model does not need one length scale per dimension. The acquisition function is expected improvement, and each iteration screens the variant with the largest expected improvement over the best fitness seen so far. Because the embedding is computed once from sequences, no screened variants are nee

What would settle it

Measure the rank correlation between ESM-1b embedding distance and fitness difference for all single-mutation pairs in a rugged fitness landscape; if it is near zero or negative, a single-length-scale GP will mis-rank candidates and the reported advantage over regression baselines should disappear.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is that the high-dimensional embedding space of a protein language model can serve directly as the search space for Bayesian optimization, provided the Gaussian-process kernel is forced to a single effective length scale. This lets expected-improvement optimization see the fitness landscape through a metric that already encodes biological information, rather than through a sequence-space metric built by the modeler. The reported result is concrete: with 80 screened variants starting from the wild-type protein, BOES reaches fitness 7.28 on GB1 and 37.94 on PhoQ, compared with best prior results of 6.20 and 28.19 among the regression-based MLDE methods c

Load-bearing premise

The method assumes that Euclidean distance in the 1,280-dimensional embedding space, compressed into a single fitted length scale, reliably tracks how similar two protein variants' fitness values are.

Editorial extensions

If this is right

  • If the 80-variant results hold up, laboratories can replace a training/exploitation split with an optimization loop and plausibly end with fitter variants from the same number of screens.
  • Because the embedding space needs no screened variants, BOES saves the initial screening rounds required by encodings like positional amino-acid fitness encodings; those screens can instead be used for further optimization.
  • The paper's multi-start robustness runs show BOES reaching the global GB1 optimum within 200 screens even from non-functional starting variants, so performance is not tied to starting near the wild type.
  • The method is representation-agnostic: the same loop should work with other pre-trained protein language models, so improvements in embedding quality should transfer directly to BOES.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural untested consequence is that BOES-style optimization could extend to larger combinatorial libraries than four mutation positions, since the embedding metric replaces the combinatorially sparse one-hot representation; whether the single length-scale kernel remains adequate there is an open question.
  • The single length-scale assumption implicitly treats all directions in embedding space as equally relevant to fitness; landscapes with both smooth and rugged regions would likely benefit from trust-region or multi-scale kernels, which the paper suggests but does not demonstrate.
  • The in silico experiments assume noiseless screening; in a wet lab, screening noise would break the zero-variance GP assumption and may erode the reported advantage.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes BOES, an MLDE method that runs Bayesian optimization (GP with expected improvement) directly in a 1280-dimensional ESM-1b protein sequence embedding space, using a Matérn 3/2 kernel with a single fitted length scale. The authors evaluate BOES in silico on GB1 and PhoQ four-position fitness landscapes. They claim that (i) the PPLM embedding space significantly improves BO over one-hot encoding, and (ii) BOES outperforms state-of-the-art regression-based MLDE methods under the same screening budget. The results include a comparison to published SOTA numbers (Table I), an ablation vs. one-hot GP+EI (Table II), a comparison to other informative-encoding BO methods (Table III), robustness tests over many starting proteins, and t-SNE/NDCG analyses of the learned landscape.

Significance. If the central claims hold, the paper makes a useful contribution: it shows that a pre-trained protein language model can supply a fixed, screening-free representation for Bayesian optimization, avoiding the cost of constructing problem-specific encodings. The strengths are the open-source implementation (DESilico.jl), the large number of repeated-start runs in the robustness study, the explicit disclosure of cases where the comparison is skewed in favor of baselines, and the ablation against one-hot GP+EI. However, the headline SOTA-superiority claim is not yet supported by controlled evidence, as discussed in the major comments. The manuscript is honest about several limitations, including the fact that full ODBO outperforms BOES and that no significance test is attached to the Table III comparison.

major comments (4)
  1. [§VI.B, Table I] The central claim that BOES 'outperforms state-of-the-art MLDE methods' rests entirely on point estimates imported from [9] (AFP-DE 6.20 on GB1, 28.19 on PhoQ) with no error bars, while BOES itself is also reported as a single number per dataset. The only controlled internal comparison against other BO methods (Table III) shows BOES (6.47±1.15) statistically indistinguishable from NaiveBO (6.40±0.79) and TuRBO (6.57±1.02), and the full ODBO variant with prescreening outperforms BOES. Thus the distinctive SOTA-superiority claim depends on an uncontrolled external comparison. Please re-run the regression baselines in DESilico.jl with repeated seeds and identical budget handling, or substantially weaken the claim in the abstract and conclusion.
  2. [§VI.B, Table I] The comparison is confounded by budget structure: regression baselines split the 80-variant screening budget into training and exploitation portions (24+56 or 48+32), while BOES spends all 80 variants adaptively. This is an intended design difference, but the imported baseline numbers may use different fitting details, random seeds, and hyperparameters. The abstract's 'same number of conducted screening in total' therefore conflates total count with resource allocation. A budget-equivalent analysis (e.g., reporting baselines with the same total including their training counts, or running BOES with a fixed initial training set) is needed to support the superiority claim.
  3. [§VI.D, Table II] The claim that the embedding space 'significantly improves' BO over one-hot GP+EI is supported by a single GP+EI value (7.28, no standard deviation) versus BOES 8.14±0.62. The authors disclose that the 20 initial variants for GP+EI are not counted toward the screening budget, which skews the comparison in GP+EI's favor, but without repeated runs and a significance test the phrase 'decidedly confirms' is overstated. Report GP+EI under the same multi-start protocol with error bars, or temper the wording.
  4. [§V, Eqs. (2)–(3); §VI.E–F] The method's core assumption is that Euclidean distance in the 1280-dimensional ESM-1b embedding, compressed to a single length scale θ, is a reliable proxy for fitness continuity. The t-SNE and NDCG analyses are indirect evidence about the GP's predictive ranking, not about the acquisition function's ranking at the few-variant scale where BO operates. As a concrete correctness-risk test, please compare BOES against a variant using cosine distance or an ARD/per-dimension length-scale kernel, and report NDCG of the EI acquisition values (not just GP predictions) with respect to true fitness. If the isotropic-kernel assumption is fragile, the good Table I results may be dataset-specific.
minor comments (5)
  1. [Fig. 1 caption] Typo: 'Best-so-far fitness rogressions' should be 'progressions'.
  2. [Eq. (3)] The notation I·θ² is ambiguous; use θ²I or define θ explicitly as the length-scale parameter. The reader has to infer whether θ enters as 1/ℓ or ℓ.
  3. [Table II] The screening budget entry '20 + 191' for GP+EI is confusing because the text says the 20 initial variants are not counted toward the screening budget. Clarify in the table caption that 191 is the counted budget and 20 are additional free initial samples.
  4. [§VI.F] The NDCG values (0.88, 0.79) are reported without a description of how they are computed (over all variants? top-k? which k?). Add a precise definition.
  5. [§VI.B, Table I] The table header 'Screening budget (24 + 56)|(48 + 32)' is ambiguous; clarify that the two numbers correspond to the two splits used by the regression baselines, and that BOES/NSDE/SMW use the full 80 adaptively.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: BOES is an empirical benchmark comparison with standard online GP fitting; self-citations are implementation references, not load-bearing.

full rationale

The paper's central claim is empirical: Bayesian optimization with a Matérn 3/2 kernel and a single fitted length scale in PPLM embedding space outperforms regression-based MLDE baselines. The GP kernel's length scale θ is fitted by maximum likelihood from already screened variants (Sec. V), which is standard online model fitting, not a fitted input renamed as a prediction. The embedding space from ESM-1b is constructed without screening, so it does not encode the target fitness values. The comparison to one-hot GP+EI (Table II) and to other informative encodings (Table III) is a genuine controlled evaluation, and the claimed advantage over the original sequence space is not definitional. Self-citations (BOSS.jl [32], DESilico.jl [34], the author's Master's thesis [38]) are implementation/reference citations and do not supply any load-bearing uniqueness theorem or ansatz. The Table I comparison imports baseline numbers from [9]; while this raises reproducibility and error-bar concerns, it is not circularity because those baselines are external results, not derived from the present method's fitted parameters or definitions. Overall, the derivation chain is self-contained: BOES's predictions are model outputs from a fitted GP, not identities implied by construction.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claim rests on an empirical modeling assumption about ESM embedding geometry and on standard GP machinery. Kernel hyperparameters are fitted from screened data, while the prior width and noise level are hand-set. No new physical or conceptual entities are introduced; the embedding space is a representation from an existing pretrained model.

free parameters (3)
  • GP kernel length scale theta = not reported; estimated by maximum likelihood during each BO iteration
    Controls the width of the isotropic Matern 3/2 kernel in the 1280-dimensional embedding space. It is the main fitted component of the surrogate model and directly affects EI acquisition (Sec. V, Eq. 2-3).
  • Prior standard deviation for theta = sqrt(1280)/3
    Chosen by hand so that the diagonal of the embedding space corresponds approximately to 3 standard deviations under the prior. It influences early GP uncertainty before data accumulate (Sec. V).
  • Observation noise variance = 0 (small epsilon for numerical stability)
    Assumes a noiseless fitness dataset and removes noise from the GP model. This is a modeling choice, not learned from the data, and affects posterior uncertainty and EI values (Sec. V).
assumptions (4)
  • domain assumption ESM-1b embeddings provide a metric in which Euclidean distance correlates with functional similarity and fitness smoothness.
    The kernel and EI acquisition would mislead if nearby embeddings did not imply similar fitness. The paper provides indirect evidence via t-SNE visualizations and NDCG, but no direct proof (Sec. V, VI.E-F).
  • domain assumption Fitness evaluations in the used datasets are effectively noiseless.
    The GP is set with zero variance because the experiments are 'conducted on a noiseless dataset'. Real wet-lab screening is noisy, so this simplifies the benchmark (Sec. V).
  • domain assumption Unmeasured variants can be assigned fitness zero.
    Data preprocessing assigns zero fitness to unmeasured variants following [6] and [9]. This affects the search space and baselines but not the core BOES algorithm (Sec. VI.A).
  • standard math Gaussian process and expected improvement theory, including positive-definiteness of the Matern kernel, applies as standard.
    The surrogate model and acquisition function rely on standard Bayesian optimization machinery (Sec. IV-V).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Directed Evolution of Proteins via Bayesian Optimization in Embedding Space." pith.science (2026). https://pith.science/paper/HYD667ZG

@misc{pith2026250904998,
  author       = {Pith},
  title        = {Pith review of: Directed Evolution of Proteins via Bayesian Optimization in Embedding Space},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HYD667ZG}},
  note         = {Machine review of arXiv:2509.04998}
}
read the original abstract

Directed evolution is an iterative laboratory process of designing proteins with improved function by iteratively synthesizing new protein variants and evaluating their desired property with expensive and time-consuming biochemical screening. Machine learning methods can help select informative or promising variants for screening to increase their quality and reduce the amount of necessary screening. In this paper, we present a novel method for machine-learning-assisted directed evolution of proteins which combines Bayesian optimization with informative representation of protein variants extracted from a pre-trained protein language model. We demonstrate that the new representation based on the sequence embeddings significantly improves the performance of Bayesian optimization yielding better results with the same number of conducted screening in total. At the same time, our method outperforms the state-of-the-art machine-learning-assisted directed evolution methods with regression objective.

Figures

Figures reproduced from arXiv: 2509.04998 by the authors.

Figure 1
Figure 1. Resulting fitness over multiple runs from sampled starting variants. (a, b) Best-so-far fitness progressions. Bold line [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Visualisation of (a, c) GB1 and (b, d) PhoQ embedding space extracted with ESM-1b PPLM with (a, b) true fitness [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

40 extracted references · 36 canonical work pages

  1. [9]

    Active finetuning protein language model: A budget-friendly method for directed evolution,

    M. Qin, K. Ding, B. Wu, Z. Li, H. Yanget al., “Active finetuning protein language model: A budget-friendly method for directed evolution,” in ECAI 2023. IOS Press, 2023, pp. 1914–1921

  2. [1]

    Protein engineering: A brief overview methodologies and applications,

    Q. Ali, A. Sultan, A. Azhar, N. Kanwal, F. Aliet al., “Protein engineering: A brief overview methodologies and applications,”Life Science Journal, vol. 13, no. 12, 2016

  3. [2]

    Machine-learning-guided directed evolution for protein engineering,

    K. K. Yang, Z. Wu, and F. H. Arnold, “Machine-learning-guided directed evolution for protein engineering,”Nature methods, vol. 16, no. 8, pp. 687–694, 2019

  4. [3]

    Directed evolution: methodologies and applications,

    Y . Wang, P. Xue, M. Cao, T. Yu, S. T. Laneet al., “Directed evolution: methodologies and applications,”Chemical reviews, vol. 121, no. 20, pp. 12 384–12 444, 2021

  5. [4]

    Taking the human out of the loop: A review of bayesian optimization,

    B. Shahriari, K. Swersky, Z. Wang, R. P. Adams, and N. De Freitas, “Taking the human out of the loop: A review of bayesian optimization,” Proceedings of the IEEE, vol. 104, no. 1, pp. 148–175, 2015

  6. [5]

    Machine learning-assisted directed protein evolution with combinatorial libraries,

    Z. Wu, S. J. Kan, R. D. Lewis, B. J. Wittmann, and F. H. Arnold, “Machine learning-assisted directed protein evolution with combinatorial libraries,”Proceedings of the National Academy of Sciences, vol. 116, no. 18, pp. 8852–8858, 2019

  7. [6]

    Informed training set design enables efficient machine learning-assisted directed protein evolution,

    B. J. Wittmann, Y . Yue, and F. H. Arnold, “Informed training set design enables efficient machine learning-assisted directed protein evolution,” Cell systems, vol. 12, no. 11, pp. 1026–1045, 2021

  8. [7]

    Cluster learning-assisted directed evolution,

    Y . Qiu, J. Hu, and G.-W. Wei, “Cluster learning-assisted directed evolution,”Nature computational science, vol. 1, no. 12, pp. 809–818, 2021

Show all 40 references
  1. [8]

    Clade 2.0: evolution-driven cluster learning- assisted directed evolution,

    Y . Qiu and G.-W. Wei, “Clade 2.0: evolution-driven cluster learning- assisted directed evolution,”Journal of chemical information and mod- eling, vol. 62, no. 19, pp. 4629–4641, 2022

  2. [10]

    Adaptation in protein fitness landscapes is facilitated by indirect paths,

    N. C. Wu, L. Dai, C. A. Olson, J. O. Lloyd-Smith, and R. Sun, “Adaptation in protein fitness landscapes is facilitated by indirect paths,” Elife, vol. 5, p. e16965, 2016

  3. [11]

    Fitness landscape analysis around the optimum in computational protein design,

    D. Simoncini, S. Barbe, T. Schiex, and S. Verel, “Fitness landscape analysis around the optimum in computational protein design,” in Proceedings of the Genetic and Evolutionary Computation Conference, 2018, pp. 355–362

  4. [12]

    Navigating the protein fitness landscape with gaussian processes,

    P. A. Romero, A. Krause, and F. H. Arnold, “Navigating the protein fitness landscape with gaussian processes,”Proceedings of the National Academy of Sciences, vol. 110, no. 3, pp. E193–E201, 2013

  5. [13]

    Leveraging uncertainty in machine learning accelerates biological discovery and design,

    B. Hie, B. D. Bryson, and B. Berger, “Leveraging uncertainty in machine learning accelerates biological discovery and design,”Cell systems, vol. 11, no. 5, pp. 461–477, 2020

  6. [14]

    Gaussian process optimization in the bandit setting: No regret and experimental design,

    N. Srinivas, A. Krause, S. M. Kakade, and M. Seeger, “Gaussian process optimization in the bandit setting: No regret and experimental design,” arXiv preprint arXiv:0912.3995, 2009

  7. [15]

    Convergence rates of efficient global optimization algo- rithms

    A. D. Bull, “Convergence rates of efficient global optimization algo- rithms.”Journal of Machine Learning Research, vol. 12, no. 10, 2011

  8. [16]

    Machine learning to design integral membrane channelrhodopsins for efficient eukaryotic expression and plasma membrane localization,

    C. N. Bedbrook, K. K. Yang, A. J. Rice, V . Gradinaru, and F. H. Arnold, “Machine learning to design integral membrane channelrhodopsins for efficient eukaryotic expression and plasma membrane localization,” PLoS computational biology, vol. 13, no. 10, p. e1005786, 2017

  9. [17]

    The form and function of channel- rhodopsin,

    K. Deisseroth and P. Hegemann, “The form and function of channel- rhodopsin,”Science, vol. 357, no. 6356, p. eaan5544, 2017

  10. [18]

    Machine learning-guided acyl-acp reductase engineering for improved in vivo fatty alcohol production,

    J. C. Greenhalgh, S. A. Fahlberg, B. F. Pfleger, and P. A. Romero, “Machine learning-guided acyl-acp reductase engineering for improved in vivo fatty alcohol production,”Nature communications, vol. 12, no. 1, p. 5825, 2021

  11. [19]

    Fold family-regularized bayesian optimization for directed protein evolution,

    T. S. Frisby and C. J. Langmead, “Fold family-regularized bayesian optimization for directed protein evolution,” in20th International Work- shop on Algorithms in Bioinformatics (WABI 2020). Schloss Dagstuhl- Leibniz-Zentrum f ¨ur Informatik, 2020

  12. [20]

    Odbo: Bayesian optimization with search space prescreening for directed protein evolu- tion,

    L. Cheng, Z. Yang, C. Hsieh, B. Liao, and S. Zhang, “Odbo: Bayesian optimization with search space prescreening for directed protein evolu- tion,”arXiv preprint arXiv:2205.09548, 2022

  13. [21]

    Xgbod: improving supervised outlier detection with unsupervised representation learning,

    Y . Zhao and M. K. Hryniewicki, “Xgbod: improving supervised outlier detection with unsupervised representation learning,” in2018 Interna- tional Joint Conference on Neural Networks (IJCNN). IEEE, 2018, pp. 1–8

  14. [22]

    Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences,

    A. Rives, J. Meier, T. Sercu, S. Goyal, Z. Linet al., “Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences,”Proceedings of the National Academy of Sciences, vol. 118, no. 15, p. e2016239118, 2021

  15. [23]

    Bertology meets biology: Interpreting attention in protein language models,

    J. Vig, A. Madani, L. R. Varshney, C. Xiong, R. Socheret al., “Bertology meets biology: Interpreting attention in protein language models,”arXiv preprint arXiv:2006.15222, 2020

  16. [24]

    Transformer protein language models are unsupervised structure learners,

    R. Rao, J. Meier, T. Sercu, S. Ovchinnikov, and A. Rives, “Transformer protein language models are unsupervised structure learners,”Biorxiv, pp. 2020–12, 2020

  17. [25]

    Prottrans: Toward understanding the language of life through self- supervised learning,

    A. Elnaggar, M. Heinzinger, C. Dallago, G. Rehawi, Y . Wanget al., “Prottrans: Toward understanding the language of life through self- supervised learning,”IEEE transactions on pattern analysis and machine intelligence, vol. 44, no. 10, pp. 7112–7127, 2021

  18. [26]

    Active learning-assisted directed evolution,

    J. Yang, R. G. Lal, J. C. Bowden, R. Astudillo, M. A. Hameedi et al., “Active learning-assisted directed evolution,”bioRxiv, pp. 2024– 07, 2024

  19. [27]

    Biochemistry, essential amino acids,

    M. J. Lopez and S. S. Mohiuddin, “Biochemistry, essential amino acids,” 2020

  20. [28]

    Evolutionary velocity with protein language models predicts evolutionary dynamics of diverse proteins,

    B. L. Hie, K. K. Yang, and P. S. Kim, “Evolutionary velocity with protein language models predicts evolutionary dynamics of diverse proteins,” Cell Systems, vol. 13, no. 4, pp. 274–285, 2022

  21. [29]

    Language models of protein sequences at the scale of evolution enable accurate structure prediction,

    Z. Lin, H. Akin, R. Rao, B. Hie, Z. Zhuet al., “Language models of protein sequences at the scale of evolution enable accurate structure prediction,”bioRxiv, 2022

  22. [30]

    Rita: a study on scaling up generative protein sequence models,

    D. Hesslow, N. Zanichelli, P. Notin, I. Poli, and D. Marks, “Rita: a study on scaling up generative protein sequence models,”arXiv preprint arXiv:2205.05789, 2022

  23. [31]

    Protgpt2 is a deep unsupervised language model for protein design,

    N. Ferruz, S. Schmidt, and B. H ¨ocker, “Protgpt2 is a deep unsupervised language model for protein design,”Nature communications, vol. 13, no. 1, p. 4348, 2022

  24. [32]

    BOSS.jl (Bayesian Optimization with Semiparametric Surrogate)

    ˇS. Sold ´at, “BOSS.jl (Bayesian Optimization with Semiparametric Surrogate).” [Online]. Available: https://github.com/soldasim/BOSS.jl

  25. [33]

    The newuoa software for unconstrained optimization without derivatives,

    M. J. Powell, “The newuoa software for unconstrained optimization without derivatives,”Large-scale nonlinear optimization, pp. 255–297, 2006

  26. [34]

    DESilico.jl (Directed Evolution in Silico)

    M. Sold ´at, “DESilico.jl (Directed Evolution in Silico).” [Online]. Available: https://github.com/soldatmat/DESilico.jl

  27. [35]

    Pervasive degeneracy and epistasis in a protein-protein interface,

    A. I. Podgornaia and M. T. Laub, “Pervasive degeneracy and epistasis in a protein-protein interface,”Science, vol. 347, no. 6222, pp. 673–677, 2015

  28. [36]

    Mutation effects predicted from sequence co-variation,

    T. A. Hopf, J. B. Ingraham, F. J. Poelwijk, C. P. Sch ¨arfe, M. Springer et al., “Mutation effects predicted from sequence co-variation,”Nature biotechnology, vol. 35, no. 2, pp. 128–135, 2017

  29. [37]

    Msa transformer,

    R. Rao, J. Liu, R. Verkuil, J. Meier, J. F. Cannyet al., “Msa transformer,”bioRxiv, 2021. [Online]. Available: https://www.biorxiv. org/content/10.1101/2021.02.12.430858v1

  30. [38]

    Protein engineering with large language models,

    M. Sold ´at, “Protein engineering with large language models,” Master’s thesis, ˇCesk´e vysok ´e u ˇcen´ı technick ´e v Praze. Vypo ˇcetn´ı a informa ˇcn´ı centrum., 2024

  31. [39]

    Scalable global optimization via local bayesian optimization,

    D. Eriksson, M. Pearce, J. Gardner, R. D. Turner, and M. Poloczek, “Scalable global optimization via local bayesian optimization,”Advances in neural information processing systems, vol. 32, 2019

  32. [40]

    Practical bayesian optimization in the presence of outliers,

    R. Martinez-Cantin, K. Tee, and M. McCourt, “Practical bayesian optimization in the presence of outliers,” inInternational conference on artificial intelligence and statistics. PMLR, 2018, pp. 1722–1731

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.