REVIEW 3 major objections 8 minor 40 references
Adaptive direct search algorithms with relaxable and quantifiable constraints
T0 review · 3 major / 8 minor · reviewed 2026-07-08 · glm-5.2
Pith's one-line read Mesh-free direct search handles constraints and converges to zero
desk verdict ADS-PB combines the mesh-free ADS framework with a Progressive Barrier for constrained DFO; convergence theory is sound but the algorithm spec is incomplete without the companion paper. 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
Punctured space exclusion (Definition 1), progressive barrier threshold update (Equation 6), frame size and exclusion radius update rules (Equation 9), four iteration types (dominating, improving, reframing, unsuccessful)
What would settle it
Construct a problem where the search step repeatedly proposes dominating points along an unbounded sequence (e.g., f decreasing toward a limit at infinity); the compactness assumption fails and the convergence theorem does not apply.
Extended reading notes
Core claim
The central object is the punctured space: at each iteration, the algorithm excludes balls of radius delta_k around all previously successful points, and any trial point (from search or poll) falling inside these balls is discarded without evaluation. This replaces the mesh structure of MADS-PB. The convergence proof hinges on a Bolzano-Weierstrass argument: if the exclusion radius did not converge to zero, infinitely many successful points would be pairwise separated by at least epsilon inside a compact set, which is impossible. This yields the full limit (not just liminf) of both delta_k and Delta_k going to zero, from which Clarke stationarity of refined feasible and infeasible points fol
Load-bearing premise
The convergence proof requires that all evaluated points lie in a compact set, but the search step is described as completely free in the domain and could in principle propose points escaping to infinity, which would violate the assumption and break the proof.
Editorial extensions
If this is right
- Removing mesh projection lets surrogate-model-suggested points be evaluated at their exact proposed location, which is why ADS-PB gains more from quadratic-model poll directions than MADS-PB does, especially at strict tolerances.
- The reframing iteration type is a new algorithmic event unique to mesh-free direct search: a search point that dominates but lies too close to a prior success triggers a poll around it, and if that poll fails, the frame is repositioned rather than shrunk.
- The full-limit convergence of delta_k to zero (versus liminf in MADS-PB) means the algorithm guarantees that poll neighborhoods eventually become arbitrarily fine around every accumulation point, not just along a subsequence.
- The framework is designed to accommodate arbitrary search heuristics—surrogate models, Nelder-Mead, speculative search—without altering their proposed points, making it a natural substrate for hybrid model-based derivative-free optimization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces ADS-PB, an extension of the Adaptive Direct Search (ADS) framework to constrained blackbox optimization with relaxable and quantifiable constraints. The method combines the Progressive Barrier (PB) mechanism from MADS-PB with the mesh-free ADS structure, replacing mesh-based trial point generation with a punctured-space exclusion approach. The paper provides convergence analysis (Theorems 3.1–3.3) showing that both the exclusion radius and frame size converge to zero, and that refined points satisfy Clarke stationarity. Computational experiments on analytical and blackbox test problems compare ADS-PB with MADS-PB and other solvers within the NOMAD software.
Significance. The paper addresses a relevant problem in derivative-free optimization: removing mesh projections while maintaining convergence guarantees for constrained problems. The punctured-space mechanism is a natural idea, and the convergence analysis follows established DFO techniques. The implementation within NOMAD and comparison with MADS-PB under identical search components is a strength, as is the consistent computational advantage of ADS-PB at stricter tolerances. The stronger limit result in Theorem 3.1 (full limit to zero rather than liminf) is a nice theoretical contribution. The framework is falsifiable through the data profiles provided.
major comments (3)
- §3.3, Eq. (9): The increase/decrease rules for (Δ_k, δ_k) are defined as 'as in [10, Equations (2) and (3)]' but are not restated in the manuscript. These rules are load-bearing for the convergence proof of Theorem 3.1, particularly the claim that δ_k → 0 implies Δ_k → 0 and the argument that unsuccessful/reframing iterations decrease δ_k. Without restating the rules and their key properties (e.g., that the decrease factor is bounded away from 1), the algorithm is incomplete and the proof of Theorem 3.1 cannot be fully verified from the manuscript alone. The key properties needed should be stated explicitly.
- §3.4, Theorem 3.1, Case 1 (|S_ε| finite): The argument that 'there exists k_0 such that for all k ≥ k_0 the iteration is unsuccessful or reframing' leads to 'lim_{k∈K_ε} δ_k = 0, contradicting δ_k ≥ ε' requires justification that the decrease rule ensures δ_k actually falls below ε in finitely many steps. If the decrease rule allows δ_{k+1} arbitrarily close to δ_k, then δ_k ≥ ε could persist for infinitely many steps. The proof should either restate the decrease factor bound from [10] or explicitly argue finite-step decrease below ε. This is the concern raised in the stress-test note, and it lands: the proof as written does not close this gap without the decrease rule properties.
- §3.1 and §3.4, Assumption 1: The compactness assumption (all evaluated points belong to a compact set L) is load-bearing for the Bolzano-Weierstrass argument in Theorem 3.1. However, §3.1 describes the search step as 'completely free in X' and able to generate arbitrary trial points. The paper should discuss how Assumption 1 is enforced or motivated in practice, or at minimum note that the search strategy must be designed to respect this compactness for the convergence guarantee to apply.
minor comments (8)
- §3.3: The text contains a duplicated paragraph about V^k_succ replacing V^k from [10] and the update mechanism. The paragraph beginning 'This preserves the foundational principles...' and the following paragraph beginning 'The set of successfully visited points V^k_succ replaces...' overlap significantly. This redundancy should be removed.
- §3.3, Eq. (10): The intersection notation 't_update ∈ C_k ∪ S^k_eval ∪ P^k_eval ∩ ◦R^n_k' is ambiguous regarding operator precedence. Parentheses should clarify whether the intersection with the punctured space applies only to P^k_eval or to the entire union.
- §2.2: The barrier threshold update rule in Eq. (6) sets h^{k+1}_max = h^{k+1}_I after dominating or unsuccessful iterations, but h^{k+1}_I is not explicitly defined at that point in the text. A forward reference or brief definition would help the reader.
- §4.2: The data profiles in Figure 3 compare ADS-PB and MADS-PB variants, but the x-axis uses 'groups of (n+1) evaluations' for all variants including the 2n poll. Since 2n and n+1 variants use different numbers of evaluations per poll, the fairness of this normalization should be briefly discussed.
- §4.3: The paper states that LOGDS 'does not benefit from the full range of search and poll mechanisms available in NOMAD,' which explains part of its weaker performance. The comparison would be more informative if LOGDS were given access to equivalent search strategies, or if this limitation were noted more prominently as a caveat on the comparison.
- The reference [10] is a 2025 arXiv preprint by the same authors. Since the core ADS structure and parameter update rules are drawn from [10], the relationship between this paper and [10] should be clarified — specifically, what is genuinely new here versus what is established in [10].
- §3.2, Definition 2: The poll center definitions reference t_search, but the case where the search step produces no dominating point and the poll centers default to x^k_F and x^k_I could be stated more explicitly. A brief note that when no dominating search point exists, the poll centers are simply the current incumbents would help.
- The abstract states 'A convergence analysis of the proposed framework under mild assumptions is presented.' It would be helpful to name the key assumption (compactness of the evaluation set) explicitly, or at least hint at its nature (e.g., 'under a standard compactness assumption') in the abstract.
Simulated Author's Rebuttal
We thank the referee for a careful reading and for identifying two genuine gaps in the convergence proof and one important clarification regarding Assumption 1. All three major comments are well-taken and will be addressed in the revised manuscript. Specifically, we will restate the increase/decrease rules from [10] with their key properties, close the finite-step decrease gap in the Case 1 argument of Theorem 3.1, and add a discussion of how Assumption 1 relates to the unrestricted search step. No standing objections remain.
read point-by-point responses
-
Referee: §3.3, Eq. (9): The increase/decrease rules for (Δ_k, δ_k) are defined as 'as in [10, Equations (2) and (3)]' but are not restated in the manuscript. These rules are load-bearing for the convergence proof of Theorem 3.1, particularly the claim that δ_k → 0 implies Δ_k → 0 and the argument that unsuccessful/reframing iterations decrease δ_k. Without restating the rules and their key properties (e.g., that the decrease factor is bounded away from 1), the algorithm is incomplete and the proof of Theorem 3.1 cannot be fully verified from the manuscript alone. The key properties needed should be stated explicitly.
Authors: The referee is correct. The update rules for (Δ_k, δ_k) are load-bearing for the convergence analysis, and the manuscript should be self-contained with respect to the key properties used in the proofs. In the revised manuscript, we will restate the increase and decrease rules from [10, Equations (2) and (3)] explicitly in Section 3.3. Specifically, the decrease rule ensures that δ_{k+1} ≤ γ_dec · δ_k for some constant γ_dec ∈ (0,1), and the increase rule ensures that δ_{k+1} ≤ γ_inc · δ_k for some constant γ_inc > 1, with the additional property that the ratio δ_k/Δ_k → 0 whenever δ_k → 0. These properties will be stated as a lemma or proposition immediately following the restated rules, so that the proofs of Theorems 3.1–3.3 can be verified without consulting [10]. revision: yes
-
Referee: §3.4, Theorem 3.1, Case 1 (|S_ε| finite): The argument that 'there exists k_0 such that for all k ≥ k_0 the iteration is unsuccessful or reframing' leads to 'lim_{k∈K_ε} δ_k = 0, contradicting δ_k ≥ ε' requires justification that the decrease rule ensures δ_k actually falls below ε in finitely many steps. If the decrease rule allows δ_{k+1} arbitrarily close to δ_k, then δ_k ≥ ε could persist for infinitely many steps. The proof should either restate the decrease factor bound from [10] or explicitly argue finite-step decrease below ε.
Authors: The referee has identified a genuine gap in the proof as written. The argument in Case 1 implicitly relies on the fact that the decrease factor is bounded away from 1, i.e., δ_{k+1} ≤ γ_dec · δ_k with γ_dec ∈ (0,1), but this property is not stated in the manuscript. Once this property is made explicit (as described in our response to the first major comment), the gap closes: if all iterations for k ≥ k_0 are unsuccessful or reframing, then δ_k decreases by at least a factor γ_dec < 1 at each such iteration, so δ_k ≤ γ_dec^{k−k_0} · δ_{k_0} → 0 as k → ∞, which means δ_k < ε for all sufficiently large k ∈ K_ε, contradicting the definition of K_ε. We will revise the proof of Theorem 3.1 to make this finite-step decrease argument explicit, referencing the bounded decrease factor. revision: yes
-
Referee: §3.1 and §3.4, Assumption 1: The compactness assumption (all evaluated points belong to a compact set L) is load-bearing for the Bolzano-Weierstrass argument in Theorem 3.1. However, §3.1 describes the search step as 'completely free in X' and able to generate arbitrary trial points. The paper should discuss how Assumption 1 is enforced or motivated in practice, or at minimum note that the search strategy must be designed to respect this compactness for the convergence guarantee to apply.
Authors: This is a fair point. The tension between the unrestricted search step and the compactness assumption should be acknowledged. We will add a remark after Assumption 1 clarifying two points. First, in practice, the blackbox domain X is typically bounded (e.g., bound-constrained), which naturally ensures that all evaluated points lie in a compact set. Second, when X is not bounded, the convergence guarantee applies only if the search strategy is designed so that all trial points remain within some compact set L ⊂ X. This is a standard assumption in the direct search literature (see, e.g., [8, 11]), and we will make this explicit. The freedom of the search step in ADS-PB refers to the absence of mesh projection, not to the absence of any restriction on where trial points may be placed. revision: yes
Circularity Check
No significant circularity. The convergence proofs are self-contained given the update rules from [10], and the PB mechanism comes from independently published work [9].
full rationale
The paper's derivation chain is largely self-contained. Theorem 3.1's proof uses a packing/Bolzano-Weierstrass argument that is original to this paper: successful points in the punctured space are separated by at least δ_k ≥ ε, and compactness (Assumption 1) forces a contradiction. This argument does not reduce to any cited result by construction. The increase/decrease rules for (Δ_k, δ_k) are referenced to [10, Equations (2) and (3)] without restatement — this is a completeness gap (the algorithm is not fully specified without consulting [10]), but it is not circularity: the cited rules are standard direct search update rules (increase on success, decrease on failure), and the convergence proof uses them as inputs to derive a new conclusion (limit to zero, stronger than the liminf result in MADS-PB [8]). The PB mechanism itself comes from [9] (Audet & Dennis, 2009, SIAM J. Opt.), an independently published result with different co-authors. Theorems 3.2–3.3 (Clarke stationarity) follow standard direct search proof techniques applied to the punctured-space construction, with the key step (equation 12) being the decomposition y_k = p_k + Δ_k(v_k + (δ_k/Δ_k)w_k) that handles rejected poll points — this is a novel technical contribution, not a renaming. The computational experiments compare ADS-PB against MADS-PB and external solvers (CMA-ES, NSGA-II, LOGDS) on standard benchmark problems with no parameter fitting to the test data. The only self-citation concern is that [10] (same authors, 2025 arXiv preprint) provides the core ADS framework and update rules, but this citation provides independent algorithmic infrastructure rather than smuggling in the convergence conclusion. Score 1 reflects this minor dependence on an unpublished self-citation for algorithmic completeness, which is not load-bearing for the circularity of the proofs.
Assumptions & free parameters
free parameters (3)
- Δ_0 (initial frame size) =
not specified
- δ_0 (initial exclusion radius) =
not specified, constrained by δ_0 ≤ Δ_0
- increase/decrease rule parameters =
not stated in this paper
assumptions (5)
- domain assumption Assumption 1: All evaluated points belong to a compact set L.
- domain assumption f is Lipschitz continuous near refined points.
- domain assumption h is Lipschitz continuous near refined infeasible points.
- standard math Refining directions are hypertangent to Ω at the refined point.
- domain assumption The increase/decrease rules from [10] ensure lim δ_k/Δ_k = 0 and lim Δ_k = 0 when lim δ_k = 0.
invented entities (2)
-
Punctured space ◦R^n_k
independent evidence
-
Reframing iteration type
independent evidence
Cite this review
Pith. "Pith review of Adaptive direct search algorithms with relaxable and quantifiable constraints." pith.science (2026). https://pith.science/paper/C4EZG2OK
@misc{pith2026260705183,
author = {Pith},
title = {Pith review of: Adaptive direct search algorithms with relaxable and quantifiable constraints},
year = {2026},
howpublished = {\url{https://pith.science/paper/C4EZG2OK}},
note = {Machine review of arXiv:2607.05183}
}
read the original abstract
This work introduces ADS-PB, an extension of the Adaptive Direct Search (ADS) framework for solving constrained blackbox optimization problems. With ADS, iterates progress without relying on mesh structures or sufficient decrease conditions on the objective function value. Unlike the extreme barrier approach used in ADS, where only unrelaxable constraints are considered, the proposed method also handles quantifiable and relaxable constraints using a Progressive Barrier (PB) mechanism that exploits both constraint and objective function values. A convergence analysis of the proposed framework under mild assumptions is presented. The performance of the proposed method is assessed using sets of analytical and simulation-based constrained test problems and is compared with state-of-the-art blackbox optimization solvers, including the PB approach within the Mesh Adaptive Direct Search (MADS) framework.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[10]
Adaptive direct search algorithms for constrained optimization
C. Audet, T. Denorme, Y . Diouane, S. Le Digabel, and C. Tribes. Adaptive direct search algorithms for constrained optimization. Technical Report G-2025-53, Les cahiers du GERAD, 2025.doi: 10.48550/arXiv.2507.23054
work page Pith review arXiv doi:10.48550/arxiv.2507.23054 2025
-
[1]
M.A. Abramson, C. Audet, J.E. Dennis, Jr., and S. Le Digabel. OrthoMADS: A Deterministic MADS Instance with Orthogonal Directions.SIAM Journal on Optimization, 20(2):948–966, 2009.doi: 10.1137/080716980
-
[2]
S. Alarie, C. Audet, A.E. Gheribi, M. Kokkolaras, and S. Le Digabel. Two decades of blackbox optimization applications.EURO Journal on Computational Optimization, 9:100011, 2021.doi: 10.1016/j.ejco.2021.100011
-
[3]
N. Andr ´es-Thi´o, C. Audet, M. Diago, A.E. Gheribi, S. Le Digabel, X. Lebeuf, M. Lemyre Garneau, and C. Tribes. Solar: a solar thermal power plant simulator for blackbox optimization benchmarking.Op- timization and Engineering, 26(3):1815–1861, 2025.doi:10.1007/s11081-024-09952-x
-
[4]
C. Audet, V . B ´echard, and S. Le Digabel. Nonsmooth optimization through Mesh Adaptive Direct Search and Variable Neighborhood Search.Journal of Global Optimization, 41(2):299–318, 2008. doi:10.1007/s10898-007-9234-1. 20
-
[5]
C. Audet, A. Brilli, Y . Diouane, S. Le Digabel, E.J. Silva, and C. Tribes. A penalty-interior point method combined with MADS for equality and inequality constrained optimization. Technical Report 2601.20811, arXiv, 2026. URL:https://doi.org/10.48550/arXiv.2601.20811
-
[6]
C. Audet, A.R. Conn, S. Le Digabel, and M. Peyrega. A progressive barrier derivative-free trust-region algorithm for constrained optimization.Computational Optimization and Applications, 71(2):307– 329, 2018.doi:10.1007/s10589-018-0020-4
-
[7]
C. Audet and J.E. Dennis, Jr. Analysis of Generalized Pattern Searches.SIAM Journal on Optimization, 13(3):889–903, 2003.doi:10.1137/S1052623400378742
Show all 40 references
-
[8]
Audet and J.E
C. Audet and J.E. Dennis, Jr. Mesh Adaptive Direct Search Algorithms for Constrained Optimization. SIAM Journal on Optimization, 17(1):188–217, 2006.doi:10.1137/040603371
2006 doi
-
[9]
Audet and J.E
C. Audet and J.E. Dennis, Jr. A Progressive Barrier for Derivative-Free Nonlinear Programming.SIAM Journal on Optimization, 20(1):445–472, 2009.doi:10.1137/070692662
2009 doi
-
[11]
Audet and W
C. Audet and W. Hare.Derivative-Free and Blackbox Optimization. Springer Series in Operations Research and Financial Engineering. Springer International Publishing, Cham, Switzerland, second edition, 2026.doi:10.1007/978-3-032-00906-7
2026 doi
-
[12]
Audet, W
C. Audet, W. Hare, and C. Tribes. A summary of benchmarking constrained, multi-objective and surrogate-assisted optimization methods.Optimization Letters, 2026.doi:10.1007/ s11590-026-02302-z
2026
-
[13]
Audet, A
C. Audet, A. Ianni, S. Le Digabel, and C. Tribes. Reducing the Number of Function Evaluations in Mesh Adaptive Direct Search Algorithms.SIAM Journal on Optimization, 24(2):621–642, 2014. doi:10.1137/120895056
2014 doi
-
[14]
Audet, S
C. Audet, S. Le Digabel, V . Rochon Montplaisir, and C. Tribes. Algorithm 1027: NOMAD version 4: Nonlinear optimization with the MADS algorithm.ACM Transactions on Mathematical Software, 48(3):35:1–35:22, 2022.doi:10.1145/3544489
2022 doi
-
[15]
Audet and C
C. Audet and C. Tribes. Mesh-based Nelder-Mead algorithm for inequality constrained optimiza- tion.Computational Optimization and Applications, 71(2):331–352, 2018.doi:10.1007/ s10589-018-0016-0
2018
-
[16]
Berahas, O
A.S. Berahas, O. Sohab, and L.N. Vicente. Full-low evaluation methods for derivative-free opti- mization.Optimization Methods and Software, 38(2):386–411, 2023.doi:10.1080/10556788. 2022.2142582
2023 doi
-
[17]
Brilli, A.L
A. Brilli, A.L. Cust ´odio, G. Liuzzi, and E.J. Silva. Nonlinear derivative-free constrained optimization with a penalty-interior point method and direct search.Numerical Algorithms, 2026.doi:10.1007/ s11075-026-02360-5
2026
-
[18]
Cartis and L
C. Cartis and L. Roberts. Randomized subspace derivative-free optimization with quadratic models and second-order convergence.Optimization Methods and Software, pages 1–28, 2026.doi:10. 1080/10556788.2025.2601668. 21
2026
-
[19]
Clarke.Optimization and Nonsmooth Analysis
F.H. Clarke.Optimization and Nonsmooth Analysis. John Wiley and Sons, New York, 1983. Reissued in 1990 by SIAM Publications, Philadelphia, as V ol. 5 in the series Classics in Applied Mathematics. URL:http://www.ec-securehost.com/SIAM/CL05.html
1983
-
[20]
Conn and S
A.R. Conn and S. Le Digabel. Use of quadratic models with mesh-adaptive direct search for constrained black box optimization.Optimization Methods and Software, 28(1):139–158, 2013. doi:10.1080/10556788.2011.623162
2013 doi
-
[21]
A.R. Conn, K. Scheinberg, and L.N. Vicente.Introduction to Derivative-Free Optimization. MOS- SIAM Series on Optimization. SIAM, Philadelphia, 2009.doi:10.1137/1.9780898718768
2009 doi
-
[22]
Cust ´odio, K
A.L. Cust ´odio, K. Scheinberg, and L.N. Vicente. Methodologies and software for derivative-free opti- mization. In T. Terlaky, M.F. Anjos, and S. Ahmed, editors,Advances and Trends in Optimization with Engineering Applications, MOS-SIAM Book Series on Optimization, chapter 37...
-
[23]
URL:http://www.mat.uc.pt/ ˜lnv/papers/dfo-survey.pdf
-
[24]
C. Davis. Theory of positive linear dependence.American Journal of Mathematics, 76:733–746, 1954. URL:http://www.ams.org/mathscinet-getitem?mr=16:211e
1954
-
[25]
K. Deb, S. Agrawal, A. Pratap, and T. Meyarivan. A Fast Elitist Non-dominated Sorting Genetic Al- gorithm for Multi-objective Optimization: NSGA-II. In M. Schoenauer, K. Deb, G. Rudolph, X. Yao, E. Lutton, J.J. Merelo, and Hans-Paul H.P. Schwefel, editors,Parallel Problem Solv...
-
[26]
Y . Diouane. A merit function approach for evolution strategies.EURO Journal on Computational Optimization, 9:100001, 2021.doi:10.1016/j.ejco.2020.100001
2021 doi
-
[27]
Diouane, V
Y . Diouane, V . Picheny, R. Le Riche, and A. Scotto Di Perrotolo. TREGO: a trust-region framework for efficient global optimization.Journal of Global Optimization, pages 1–23, 2022.doi:10.1007/ s10898-022-01245-w
2022
-
[28]
Dzahini, F
K.J. Dzahini, F. Rinaldi, C.W. Royer, and D. Zeffiro. Direct-search methods in the year 2025: Theoreti- cal guarantees and algorithmic paradigms.EURO Journal on Computational Optimization, 13:100110, 2025.doi:10.1016/j.ejco.2025.100110
2025 doi
-
[29]
Gratton and L.N
S. Gratton and L.N. Vicente. A Merit Function Approach for Direct Search.SIAM Journal on Opti- mization, 24(4):1980–1998, 2014.doi:10.1137/130917661
1980 doi
-
[30]
Gupta and Q
R. Gupta and Q. Zhang. Data-driven decision-focused surrogate modeling.AIChE Journal, 70(4):e18338, 2024.doi:10.1002/aic.18338
2024 doi
-
[31]
Hansen and A
N. Hansen and A. Ostermeier. Completely derandomized self-adaptation in evolution strategies.Evo- lutionary computation, 9(2):159–195, 2001.doi:10.1162/106365601750190398
2001 doi
-
[32]
Jahn.Introduction to the Theory of Nonlinear Optimization
J. Jahn.Introduction to the Theory of Nonlinear Optimization. Springer Cham, 4th edition, 2020. doi:10.1007/978-3-030-42760-3
2020 doi
-
[33]
Karantoumanis and N
E. Karantoumanis and N. Ploskas. Improving derivative-free optimization algorithms through an adap- tive sampling procedure.Results in Control and Optimization, 16:100460, 2024.doi:10.1016/j. rico.2024.100460. 22
2024 doi
-
[34]
Kolda, R.M
T.G. Kolda, R.M. Lewis, and V . Torczon. Optimization by direct search: New perspectives on some classical and modern methods.SIAM Review, 45(3):385–482, 2003.doi:10.1137/ S003614450242889
2003
-
[35]
Larson, M
J. Larson, M. Menickelly, and S.M. Wild. Derivative-free optimization methods.Acta Numerica, 28:287–404, 2019.doi:10.1017/S0962492919000060
2019 doi
-
[36]
Le Digabel and S.M
S. Le Digabel and S.M. Wild. A taxonomy of constraints in black-box simulation-based optimization.Optimization and Engineering, 25(2):1125–1143, 2024.doi:10.1007/ s11081-023-09839-3
2024
-
[37]
Liu and Y
Y . Liu and Y . Li. A Model-Based Derivative-Free Optimization Algorithm for Partially Separable Problems. Technical Report 2506.21948, arXiv, 2025. URL:https://doi.org/10.48550/ arXiv.2506.21948
2025 arXiv
-
[38]
K. Ma, L.M. Rios, H. Zheng, N.V . Sahinidis, and S. Rajagopalan. Model-and-search: a derivative-free local optimization algorithm.Computational Optimization and Applications, 92(3):889–921, 2025. doi:10.1007/s10589-025-00686-9
2025 doi
-
[39]
Mor ´e and S.M
J.J. Mor ´e and S.M. Wild. Benchmarking Derivative-Free Optimization Algorithms.SIAM Journal on Optimization, 20(1):172–191, 2009.doi:10.1137/080724083
2009 doi
-
[40]
Rockafellar
R.T. Rockafellar. Generalized directional derivatives and subgradients of nonconvex functions.Cana- dian Journal of Mathematics, 32(2):257–280, 1980. 23
1980
Reviewed July 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.