REVIEW 2 major objections 5 minor 92 references
Smooth Learning with Hard Constraints via Legendre-Regularized Policies
T0 review · 2 major / 5 minor · reviewed 2026-07-31 · deepseek-v4-flash
Pith's one-line read A regularized optimization wrapper turns hard-constrained decision policies into smooth, differentiable maps without losing expressive power.
desk verdict Solid theory with a narrower practical reach than claimed; worth peer review, with experiments needing a projection baseline and significance testing. 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 central object is the admissible Legendre regularizer φ (Definition 1): a proper lower-semicontinuous convex function whose effective domain has relative interior equal to S°, and whose reduction ψ(y) = φ(w̄ + Ny) on the affine hull is μ-strongly convex, essentially smooth, and has twice-differentiable convex conjugate. The workhorse identity is w_{F,φ}(z) = w̄ + N∇ψ*(−Bz), derived from the first-order condition Bz + ∇ψ(y) = 0; it converts the optimization into the convex-analytic inversion ∇ψ* = (∇ψ)^{-1}. The Jacobian −N∇²ψ*(−Bz)B is the Hessian of the conjugate, which explains why smoothness of the conjugate transfers to the policy and why the Lipschitz constant is inherited from the
What would settle it
Look for any convex feasible set S and non-Legendre regularizer whose solution map is single-valued, everywhere differentiable, Lipschitz, and bijective onto the relative interior; Proposition 1 says none exists. The natural suspect, a quadratic penalty on a box (Euclidean projection), fails at boundary saturation and differentiability, so a valid counterexample would immediately refute the necessity result.
Extended reading notes
Core claim
At the center is the optimizer map w_{F,φ}(z) = argmin_{w∈S} {⟨Fz,w⟩ + φ(w)}. The paper claims that under Definition 1 (admissible Legendre regularizer) this map is a single-valued function from R^k onto the relative interior S°, with the explicit form w = w̄ + N ∇ψ*(−Bz) and Jacobian −N ∇²ψ*(−Bz)B, and it is Lipschitz with constant bounded by ||F||/μ. The same Legendre assumptions are shown necessary: any regularized optimizer that is uniquely defined, bijective onto the interior, Lipschitz, and everywhere differentiable forces the regularizer's reduction to be strongly convex, essentially smooth, and have a twice-differentiable conjugate. The closing theoretical step is a universal approxi
Load-bearing premise
Everything rests on being able to construct an admissible Legendre regularizer — a μ-strongly convex, essentially smooth function with twice-differentiable conjugate — for the specific feasible set, and to evaluate its solution map and Jacobian cheaply; the paper demonstrates such regularizers for boxes and grouped-budget polytopes but gives no general recipe for arbitrary convex feasible sets.
Editorial extensions
If this is right
- Because smoothness lives in the decision map rather than a surrogate loss, Legendre-regularized policies can be trained on any subdifferentiable downstream loss, including nonlinear and piecewise-linear costs.
- Policies are feasible by construction at every training step; no projection or repair layer is needed, and gradients exist everywhere rather than only almost everywhere.
- Universal approximation transfers from the latent model to the policy class, so hard feasibility and smoothness do not cap expressive power.
- Log-barrier, entropic, and perturbation-based smooth optimizers are instances of one construction, giving a unified view of explicit and implicit smoothing.
- With smoother regularizers the policy becomes C^{k-1}, which enables sensitivity analysis and higher-order training methods, not just first-order backpropagation.
Reading between the lines
- Editorial extension: the necessity result suggests a design checklist for any smooth-optimizer layer: if the layer must be single-valued, everywhere differentiable, bijective onto the feasible interior, and Lipschitz, its regularizer must be of Legendre type; quadratic penalties fail the essential-smoothness test.
- The bijection between latent space and the relative interior points to a regularizer-induced coordinate system on the feasible region, which could be exploited for uncertainty quantification or calibrated decision sets.
- A testable direction the paper leaves open is scaling: for general polyhedral feasible sets with no closed-form layer, a Newton-iteration layer with implicit differentiation would need to be benchmarked against the closed-form box and polytope cases to see whether the theoretical guarantees survive finite iterations.
- Because the approximation theorem only needs a dense latent model, any dense function class (not only neural networks) could replace the predictor and retain the same uniform approximation guarantee.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Legendre-regularized policies (LRPs) for contextual decision-making under hard feasibility constraints. A policy is defined as π_g(x)=w_{F,φ}(g(x)), where w_{F,φ}(z) is the minimizer of ⟨Fz,w⟩+φ(w) over the feasible set S and φ is an 'admissible Legendre regularizer.' The main theoretical results are: Theorem 1 gives single-valuedness, containment in the relative interior, an explicit Jacobian, Lipschitz continuity, and surjectivity; Proposition 1 establishes a converse necessity; Proposition 2 proves uniform universal approximation on compact contexts. The paper also identifies log-barrier, entropic, and Gaussian-perturbation regularizers as instances and reports experiments on a newsvendor problem and two resource-allocation problems with box or group-budget constraints.
Significance. The theoretical framework is elegant and largely correct. The affine-hull reduction and the duality expression w = w̄ + N∇ψ*(-Bz) make the policy analytically tractable, and the explicit Jacobian is a concrete contribution for end-to-end training. The universality result is reassuring: smoothing does not come at the cost of expressiveness. The necessity result cleanly distinguishes Legendre regularization from projection-based or quadratic smoothing. The experiments are honest, including settings where the SAA benchmark wins, and the improvements over PADR/DD-SAA are meaningful in the tested regimes. The main caveat is that the computational premise—availability and efficient evaluation of an admissible regularizer—is only demonstrated for separable boxes and one low-dimensional coupled polytope.
major comments (2)
- [§2.1, Definition 1; §2.2, Eq. (2)] The proof of Theorem 1 and the sentence 'Since φ has its effective domain contained in S' rely on a domain condition that is not stated in Definition 1. Definition 1 only says S°=(dom φ)°. For a closed convex S with nonempty relative interior, equality of relative interiors together with convexity does imply dom φ⊆S, but this implication is not shown; and if '°' is read as ordinary interior (as in the full-dimensional discussion), the condition is incompatible with lower-dimensional S. Please state explicitly that dom φ⊆S (or cl(dom φ)=S) and clarify that '°' denotes relative interior throughout. This is load-bearing because without such a condition the minimization in (2) is not restricted to S, so feasibility by construction is not guaranteed.
- [§3.3–3.4, §A.4, §4] The practical claim that LRPs are broadly trainable for hard-constrained problems goes beyond the evidence. All experiments use either coordinatewise separable boxes, where the maps are closed-form, or one 20-dimensional coupled set with two group-budget inequalities, where the dual solve is two-dimensional. For a general polyhedral S with many coupled inequalities, evaluating w_{F,φ} requires a convex optimization of the same scale as the original decision problem, and differentiating it requires an additional KKT linear solve; no complexity or numerical-stability analysis is given, and §4 lists 'scalable algorithms' as an open direction. This does not invalidate Theorem 1 or Proposition 2, but it is a load-bearing gap for the paper's practical motivation. I recommend either adding a larger coupled experiment or explicitly narrowing the scope of the practical claim and stating the compu
minor comments (5)
- [§2.1, Definition 1] The notation S° and (dom φ)° should be defined as relative interiors in one place; the current text alternates between 'relative interior' and 'interior' in the full-dimensional discussion.
- [§2.3.3] The claim that under the assumptions of Berthet et al. (2020) φ_ptb is strongly convex, Legendre-type, and has twice-differentiable conjugate would benefit from a precise reference (e.g., proposition number) and a short argument, since not every twice-differentiable expected maximum has a strongly convex conjugate.
- [§3.1] The projection step bπ_a(x) used for non-LRP baselines is mentioned but not described in full (e.g., the projection problem is assumed to be cheap); state whether this projection is computed exactly for all methods.
- [Tables 1–3] Standard deviations are reported but no significance tests or paired comparisons. In several rows the LRP advantage over PADR is modest relative to spread; a brief statement on statistical significance would improve interpretation.
- [Appendix A.4] For the group-budget LRP-Log and LRP-Ent implementations, the derivation of the dual Newton iteration and the differentiation of the KKT system is sketched only verbally; a short pseudocode or derivation would help reproducibility.
Circularity Check
No significant circularity: the core theorems are derived from explicit technical assumptions using standard external results; the only self-citations are related-work mentions and are not load-bearing.
full rationale
The paper's central claims are mathematical derivations from explicit premises. Theorem 1 (Section 2.4) takes Definition 1's admissibility conditions — strong convexity, essential smoothness, and twice-differentiability of the conjugate — and derives the solution map's uniqueness, relative-interior image, Jacobian formula, Lipschitz constant, and higher-order smoothness via standard convex-analysis results (Rockafellar 1970; Rockafellar & Wets 2009). The conditions are stated on the reduced regularizer ψ, not directly on the desired solution-map properties, so Theorem 1 is not a tautology; it supplies the bridge. Proposition 1 is a genuine converse, proving that if a regularized optimizer has the target regularity properties, then the Legendre-type conditions must hold. Proposition 2 (Section 2.5) is a constructive universality argument: it shrinks any continuous feasible policy into the relative interior, builds a continuous latent function h via ∇ψ, and then invokes the universal-approximation assumption on the model class G. This is a proof by construction, not a fitted-input-called-prediction step. The only self-citations (Wang et al. 2026a, 2026b) occur in related-work contexts and in a survey of quadratic smoothing; they do not support any load-bearing premise. The authors' own Section 4 limitation — that scalable algorithms for evaluating/differentiating these layers in general large-scale problems remain open — is a scope and computational-tractability risk, not a circularity. All experiments use held-out confirmation replications and compare against external benchmarks, so there is no statistical reduction of a prediction to a fitted value. Overall, the derivation is self-contained; the score of 1 reflects the presence of minor, non-load-bearing self-citations rather than any circular structure.
Assumptions & free parameters
free parameters (4)
- smoothing schedule (τ_0, τ_min, δ, s) plus learning rate/weight decay =
tuned per setting via Bayesian optimization on 5 tuning replications (App. A.2)
- regularizer choice φ ∈ {log, ent, ptb} =
all three tested; best variant varies by setting
- latent map F (with B = N^T F full row rank) =
F = I_n in all experiments
- MLP architecture (3 hidden layers, widths 16-32-16, ReLU) =
fixed as in §3.1
assumptions (6)
- standard math Legendre-type duality theorems (Rockafellar 1970 Thm 25.5, 26.5, Cor 26.3.1; Rockafellar-Wets 2009 Prop 12.60): for μ-strongly convex essentially smooth ψ, ψ* is differentiable, ∇ψ* is (1/μ)-Lipschitz and inverse to ∇ψ, and Lipschitz gradients are dual to strong convexity.
- standard math Envelope/Danskin theorem for extended-real-valued convex functions (Bertsekas 1971 Prop A.22), used to identify ∇ψ* with the argmin map of the regularized problem.
- domain assumption S is a nonempty closed convex set with aff(S) = {w : Aw = b}, A ∈ R^{p×n} full row rank, and an orthonormal basis N of ker(A); the reduced region Y = {y : w̄ + Ny ∈ S°} is open convex with int(dom ψ) = Y.
- domain assumption Assumption 1: the latent model class G can uniformly approximate any continuous h : X → R^k on compact X.
- domain assumption For LRP-Ptb: under the conditions in Berthet et al. (2020), the implicit regularizer φ_ptb (convex conjugate of the expected maximum) is strongly convex, of Legendre type, and has a twice-differentiable conjugate.
- standard math Inverse function theorem and standard composition/differentiability results for C^k maps.
invented entities (1)
-
Admissible Legendre regularizer (Definition 1) and the LRP policy class Π_{F,φ}(G)
independent evidence
Cite this review
Pith. "Pith review of Smooth Learning with Hard Constraints via Legendre-Regularized Policies." pith.science (2026). https://pith.science/paper/VYINIHFX
@misc{pith2026260724007,
author = {Pith},
title = {Pith review of: Smooth Learning with Hard Constraints via Legendre-Regularized Policies},
year = {2026},
howpublished = {\url{https://pith.science/paper/VYINIHFX}},
note = {Machine review of arXiv:2607.24007}
}
read the original abstract
We revisit contextual optimization from the perspective of policy class design. A desirable policy class should be expressive enough to learn rich context-decision relationships, should enforce hard feasibility constraints rather than soft penalty terms, and should remain smooth enough for gradient-based training on downstream decision losses. Existing approaches usually emphasize only part of these requirements. We propose Legendre-regularized policies, which parameterize decisions as solutions of regularized optimization problems over the original feasible region. This construction yields policies that are feasible by construction and differentiable with respect to learned latent parameters. We prove that the associated optimizer map is single-valued, maps onto the relative interior of the feasible set, admits an explicit Jacobian, is Lipschitz continuous, and can be made arbitrarily smooth. We also establish a universal approximation result showing that the proposed class can approximate any continuous feasible policy on compact context sets. The framework unifies explicitly regularized optimizers and implicit perturbation-based smooth optimizers. Experiments on contextual newsvendor and resource allocation problems show that our approach improves prescriptive performance relative to the benchmark methods.
Reference graph
Works this paper leans on
-
[1]
predict, then optimize
Smart “predict, then optimize” , author=. Management Science , volume=. 2022 , publisher=
2022
-
[2]
Management Science , volume=
Fast rates for contextual linear optimization , author=. Management Science , volume=. 2022 , publisher=
2022
-
[3]
2013 , publisher=
Convex analysis and minimization algorithms I: Fundamentals , author=. 2013 , publisher=
2013
-
[4]
Neural networks , volume=
On the approximate realization of continuous mappings by neural networks , author=. Neural networks , volume=. 1989 , publisher=
1989
-
[5]
Neural networks , volume=
Multilayer feedforward networks with a nonpolynomial activation function can approximate any function , author=. Neural networks , volume=. 1993 , publisher=
1993
-
[6]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Melding the data-decisions pipeline: Decision-focused learning for combinatorial optimization , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[7]
Mathematical Programming Computation , volume=
PyEPO: a PyTorch-based end-to-end predict-then-optimize library for linear and integer programming , author=. Mathematical Programming Computation , volume=. 2024 , publisher=
2024
-
[8]
Advances in Neural Information Processing Systems , volume=
Decision-focused learning with directional gradients , author=. Advances in Neural Information Processing Systems , volume=
Show all 92 references
-
[9]
Niculae, Vlad and Martins, Andre and Blondel, Mathieu and Cardie, Claire , booktitle=. Sparse. 2018 , organization=
2018
-
[10]
Mathematical programming , volume=
Smooth minimization of non-smooth functions , author=. Mathematical programming , volume=. 2005 , publisher=
2005
-
[11]
Conference on Learning Theory , pages=
Online linear optimization via smoothing , author=. Conference on Learning Theory , pages=. 2014 , organization=
2014
-
[12]
Advances in Neural Information Processing Systems , volume=
Learning with differentiable perturbed optimizers , author=. Advances in Neural Information Processing Systems , volume=
-
[13]
1970 , publisher=
Convex Analysis , author=. 1970 , publisher=
1970
-
[14]
European Journal of Operational Research , volume=
A survey of contextual optimization methods for decision-making under uncertainty , author=. European Journal of Operational Research , volume=. 2025 , publisher=
2025
-
[15]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
Deep network flow for multi-object tracking , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
-
[16]
arXiv preprint arXiv:2111.09170 , year=
A universal end-to-end approach to portfolio optimization via deep learning , author=. arXiv preprint arXiv:2111.09170 , year=
-
[17]
IEEE Transactions on Power Systems , volume=
End-to-end feasible optimization proxies for large-scale economic dispatch , author=. IEEE Transactions on Power Systems , volume=. 2023 , publisher=
2023
-
[18]
Operations Research , volume=
The big data newsvendor: Practical insights from machine learning , author=. Operations Research , volume=. 2019 , publisher=
2019
-
[19]
Management Science , volume=
From predictive to prescriptive analytics , author=. Management Science , volume=. 2020 , publisher=
2020
-
[20]
On Data-Driven Prescriptive Analytics with Side Information: A Regularized
Wang, Yijie and Srivastava, Prateek R and Hanasusanto, Grani A and Ho, Chin Pang , journal=. On Data-Driven Prescriptive Analytics with Side Information: A Regularized. 2026 , publisher=
2026
-
[21]
Operations Research , volume=
Data-driven sample average approximation with covariate information , author=. Operations Research , volume=. 2025 , publisher=
2025
-
[22]
Mathematical Programming , volume=
Residuals-based distributionally robust optimization with covariate information , author=. Mathematical Programming , volume=. 2024 , publisher=
2024
-
[23]
2022 , eprint=
Data-Driven Sample Average Approximation with Covariate Information , author=. 2022 , eprint=
2022
-
[24]
Advances in Neural Information Processing Systems , volume=
Differentiable convex optimization layers , author=. Advances in Neural Information Processing Systems , volume=
-
[25]
Advances in Neural Information Processing Systems , volume=
Task-based end-to-end model learning in stochastic optimization , author=. Advances in Neural Information Processing Systems , volume=
-
[26]
International Conference on Machine Learning , pages=
Optnet: Differentiable optimization as a layer in neural networks , author=. International Conference on Machine Learning , pages=. 2017 , organization=
2017
-
[27]
Operations Research , volume=
Data-driven optimization: A reproducing kernel hilbert space approach , author=. Operations Research , volume=. 2022 , publisher=
2022
-
[28]
Operations Research , year=
Data-driven piecewise affine decision rules for stochastic programming with covariate information , author=. Operations Research , year=
-
[29]
Management Science , volume=
A practical end-to-end inventory management model with deep learning , author=. Management Science , volume=. 2023 , publisher=
2023
-
[31]
Iise Transactions , volume=
Applying deep learning to the newsvendor problem , author=. Iise Transactions , volume=. 2020 , publisher=
2020
-
[32]
Advances in Neural Information Processing Systems , volume=
Nonparametric density estimation for stochastic optimization with an observable state variable , author=. Advances in Neural Information Processing Systems , volume=
-
[33]
European Journal of Operational Research , volume=
Dynamic optimization with side information , author=. European Journal of Operational Research , volume=. 2023 , publisher=
2023
-
[34]
The Review of Financial Studies , volume=
Parametric portfolio policies: Exploiting characteristics in the cross-section of equity returns , author=. The Review of Financial Studies , volume=. 2009 , publisher=
2009
-
[35]
INFOR: Information Systems and Operational Research , volume=
Generalization bounds for regularized portfolio selection with market side information , author=. INFOR: Information Systems and Operational Research , volume=. 2020 , publisher=
2020
-
[36]
arXiv preprint arXiv:2509.14557 , year=
Data-Driven Contextual Optimization with Gaussian Mixtures: Flow-Based Generalization, Robust Models, and Multistage Extensions , author=. arXiv preprint arXiv:2509.14557 , year=
-
[37]
Operations Research , year=
Integrated conditional estimation-optimization , author=. Operations Research , year=
-
[38]
Advances in Neural Information Processing Systems , volume=
Nonsmooth implicit differentiation for machine-learning and optimization , author=. Advances in Neural Information Processing Systems , volume=
-
[39]
Available at SSRN 3623006 , year=
Decision-driven regularization: A blended model for predict-then-optimize , author=. Available at SSRN 3623006 , year=
-
[40]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Smart predict-and-optimize for hard combinatorial optimization problems , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[41]
International Conference on Machine Learning , pages=
Decision trees for decision-making under the predict-then-optimize framework , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[42]
Management Science , volume=
Stochastic Optimization Forests , author=. Management Science , volume=. 2023 , publisher=
2023
-
[43]
Unpublished Manuscript, http://ttic
On the duality of strong convexity and strong smoothness: Learning applications and matrix regularization , author=. Unpublished Manuscript, http://ttic. uchicago. edu/shai/papers/KakadeShalevTewari09. pdf , volume=
-
[44]
2009 , publisher=
Variational Analysis , author=. 2009 , publisher=
2009
-
[46]
Practical
Snoek, Jasper and Larochelle, Hugo and Adams, Ryan P , journal=. Practical
-
[47]
Journal of Global optimization , volume=
Efficient global optimization of expensive black-box functions , author=. Journal of Global optimization , volume=. 1998 , publisher=
1998
-
[48]
International Conference on Artificial Intelligence and Statistics , pages=
Mind the (optimality) gap: a gap-aware learning rate scheduler for adversarial nets , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2023 , organization=
2023
-
[49]
Advances in Neural Information Processing Systems , volume=
Calibration by distribution matching: Trainable kernel calibration metrics , author=. Advances in Neural Information Processing Systems , volume=
-
[50]
Advances in Neural Information Processing Systems , volume=
Risk bounds and calibration for a smart predict-then-optimize method , author=. Advances in Neural Information Processing Systems , volume=
-
[51]
, title =
Bertsekas, Dimitri P. , title =
-
[52]
, author=
Control of uncertain systems with a set-membership description of the uncertainty. , author=. 1971 , school=
1971
-
[53]
Learning with
Blondel, Mathieu and Martins, Andr. Learning with. Journal of Machine Learning Research , volume=
-
[54]
Machine learning meets
Wang, Yijie and Gao, Hao and Harvey, Campbell R and Liu, Yan and Tao, Xinyuan , year=. Machine learning meets
-
[55]
Online linear optimization via smoothing
Jacob Abernethy, Chansoo Lee, Abhinav Sinha, and Ambuj Tewari. Online linear optimization via smoothing. In Conference on Learning Theory, pages 807--823. PMLR, 2014
2014
-
[56]
Differentiable convex optimization layers
Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd, Steven Diamond, and J Zico Kolter. Differentiable convex optimization layers. Advances in Neural Information Processing Systems, 32, 2019
2019
-
[57]
Optnet: Differentiable optimization as a layer in neural networks
Brandon Amos and J Zico Kolter. Optnet: Differentiable optimization as a layer in neural networks. In International Conference on Machine Learning, pages 136--145. PMLR, 2017
2017
-
[58]
The big data newsvendor: Practical insights from machine learning
Gah-Yi Ban and Cynthia Rudin. The big data newsvendor: Practical insights from machine learning. Operations Research, 67 0 (1): 0 90--108, 2019
2019
-
[59]
Generalization bounds for regularized portfolio selection with market side information
Thierry Bazier-Matte and Erick Delage. Generalization bounds for regularized portfolio selection with market side information. INFOR: Information Systems and Operational Research, 58 0 (2): 0 374--401, 2020
2020
-
[60]
Learning with differentiable perturbed optimizers
Quentin Berthet, Mathieu Blondel, Olivier Teboul, Marco Cuturi, Jean-Philippe Vert, and Francis Bach. Learning with differentiable perturbed optimizers. Advances in Neural Information Processing Systems, 33: 0 9508--9519, 2020
2020
-
[61]
Control of uncertain systems with a set-membership description of the uncertainty
Dimitri P Bertsekas. Control of uncertain systems with a set-membership description of the uncertainty. PhD thesis, Massachusetts Institute of Technology, 1971
1971
-
[62]
From predictive to prescriptive analytics
Dimitris Bertsimas and Nathan Kallus. From predictive to prescriptive analytics. Management Science, 66 0 (3): 0 1025--1044, 2020
2020
-
[63]
Data-driven optimization: A reproducing kernel hilbert space approach
Dimitris Bertsimas and Nihal Koduri. Data-driven optimization: A reproducing kernel hilbert space approach. Operations Research, 70 0 (1): 0 454--471, 2022
2022
-
[64]
Dynamic optimization with side information
Dimitris Bertsimas, Christopher McCord, and Bradley Sturt. Dynamic optimization with side information. European Journal of Operational Research, 304 0 (2): 0 634--651, 2023
2023
-
[65]
Learning with F enchel- Y oung losses
Mathieu Blondel, Andr \'e FT Martins, and Vlad Niculae. Learning with F enchel- Y oung losses. Journal of Machine Learning Research, 21 0 (35): 0 1--69, 2020
2020
-
[66]
Nonsmooth implicit differentiation for machine-learning and optimization
J \'e r \^o me Bolte, Tam Le, Edouard Pauwels, and Tony Silveti-Falls. Nonsmooth implicit differentiation for machine-learning and optimization. Advances in Neural Information Processing Systems, 34: 0 13537--13549, 2021
2021
-
[67]
Parametric portfolio policies: Exploiting characteristics in the cross-section of equity returns
Michael W Brandt, Pedro Santa-Clara, and Rossen Valkanov. Parametric portfolio policies: Exploiting characteristics in the cross-section of equity returns. The Review of Financial Studies, 22 0 (9): 0 3411--3447, 2009
2009
-
[68]
End-to-end feasible optimization proxies for large-scale economic dispatch
Wenbo Chen, Mathieu Tanneau, and Pascal Van Hentenryck. End-to-end feasible optimization proxies for large-scale economic dispatch. IEEE Transactions on Power Systems, 39 0 (2): 0 4723--4734, 2023
2023
-
[69]
Task-based end-to-end model learning in stochastic optimization
Priya Donti, Brandon Amos, and J Zico Kolter. Task-based end-to-end model learning in stochastic optimization. Advances in Neural Information Processing Systems, 30, 2017
2017
-
[70]
predict, then optimize
Adam N Elmachtoub and Paul Grigas. Smart “predict, then optimize”. Management Science, 68 0 (1): 0 9--26, 2022
2022
-
[71]
Decision trees for decision-making under the predict-then-optimize framework
Adam N Elmachtoub, Jason Cheuk Nam Liang, and Ryan McNellis. Decision trees for decision-making under the predict-then-optimize framework. In International Conference on Machine Learning, pages 2858--2867. PMLR, 2020
2020
-
[72]
Mind the (optimality) gap: a gap-aware learning rate scheduler for adversarial nets
Hussein Hazimeh and Natalia Ponomareva. Mind the (optimality) gap: a gap-aware learning rate scheduler for adversarial nets. In International Conference on Artificial Intelligence and Statistics, pages 3018--3033. PMLR, 2023
2023
-
[73]
Efficient global optimization of expensive black-box functions
Donald R Jones, Matthias Schonlau, and William J Welch. Efficient global optimization of expensive black-box functions. Journal of Global optimization, 13 0 (4): 0 455--492, 1998
1998
-
[74]
Stochastic optimization forests
Nathan Kallus and Xiaojie Mao. Stochastic optimization forests. Management Science, 69 0 (4): 0 1975--1994, 2023
1975
-
[75]
Rohit Kannan, G \"u zin Bayraksan, and James R. Luedtke. Data-driven sample average approximation with covariate information, 2022
2022
-
[76]
Rohit Kannan, G \"u zin Bayraksan, and James R. Luedtke. Residuals-based distributionally robust optimization with covariate information. Mathematical Programming, 207 0 (1): 0 369--425, 2024. doi:10.1007/s10107-023-02016-z
2024 doi
-
[77]
Data-driven sample average approximation with covariate information
Rohit Kannan, G \"u zin Bayraksan, and James R Luedtke. Data-driven sample average approximation with covariate information. Operations Research, 73 0 (6): 0 3245--3259, 2025
2025
-
[78]
Risk bounds and calibration for a smart predict-then-optimize method
Heyuan Liu and Paul Grigas. Risk bounds and calibration for a smart predict-then-optimize method. In Advances in Neural Information Processing Systems, volume 34, pages 22083--22094, 2021
2021
-
[79]
Decision-driven regularization: A blended model for predict-then-optimize
Gar Goei Loke, Qinshen Tang, and Yangge Xiao. Decision-driven regularization: A blended model for predict-then-optimize. Available at SSRN 3623006, 2022
2022
-
[80]
Smart predict-and-optimize for hard combinatorial optimization problems
Jayanta Mandi, Peter J Stuckey, Tias Guns, et al. Smart predict-and-optimize for hard combinatorial optimization problems. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 1603--1610, 2020
2020
-
[81]
Calibration by distribution matching: Trainable kernel calibration metrics
Charlie Marx, Sofian Zalouk, and Stefano Ermon. Calibration by distribution matching: Trainable kernel calibration metrics. Advances in Neural Information Processing Systems, 36: 0 25910--25928, 2023
2023
-
[82]
Smooth minimization of non-smooth functions
Yurii Nesterov. Smooth minimization of non-smooth functions. Mathematical programming, 103 0 (1): 0 127--152, 2005
2005
-
[83]
Sparse MAP : Differentiable sparse structured inference
Vlad Niculae, Andre Martins, Mathieu Blondel, and Claire Cardie. Sparse MAP : Differentiable sparse structured inference. In International Conference on Machine Learning, pages 3799--3808. PMLR, 2018
2018
-
[84]
Applying deep learning to the newsvendor problem
Afshin Oroojlooyjadid, Lawrence V Snyder, and Martin Tak \'a c . Applying deep learning to the newsvendor problem. Iise Transactions, 52 0 (4): 0 444--463, 2020
2020
-
[85]
A practical end-to-end inventory management model with deep learning
Meng Qi, Yuanyuan Shi, Yongzhi Qi, Chenxin Ma, Rong Yuan, Di Wu, and Zuo-Jun Shen. A practical end-to-end inventory management model with deep learning. Management Science, 69 0 (2): 0 759--773, 2023
2023
-
[86]
Tyrrell Rockafellar
R. Tyrrell Rockafellar. Convex Analysis, volume 18. Princeton University Press, 1970
1970
-
[87]
Tyrrell Rockafellar and Roger J.-B
R. Tyrrell Rockafellar and Roger J.-B. Wets. Variational Analysis, volume 317. Springer Science & Business Media, Berlin, Heidelberg, 2009. ISBN 978-3-540-62772-2
2009
-
[88]
Schneider and Daniel Kuhn
Philipp J. Schneider and Daniel Kuhn. Soft-radial projection for constrained end-to-end learning. arXiv preprint arXiv:2602.03461, 2026
2026
-
[89]
Practical B ayesian optimization of machine learning algorithms
Jasper Snoek, Hugo Larochelle, and Ryan P Adams. Practical B ayesian optimization of machine learning algorithms. Advances in Neural Information Processing Systems, 25, 2012
2012
-
[90]
Machine learning meets M arkowitz
Yijie Wang, Hao Gao, Campbell R Harvey, Yan Liu, and Xinyuan Tao. Machine learning meets M arkowitz. Technical report, National Bureau of Economic Research, 2026 a
2026
-
[91]
On data-driven prescriptive analytics with side information: A regularized N adaraya-- W atson approach
Yijie Wang, Prateek R Srivastava, Grani A Hanasusanto, and Chin Pang Ho. On data-driven prescriptive analytics with side information: A regularized N adaraya-- W atson approach. Manufacturing & Service Operations Management, 2026 b
2026
-
[92]
Melding the data-decisions pipeline: Decision-focused learning for combinatorial optimization
Bryan Wilder, Bistra Dilkina, and Milind Tambe. Melding the data-decisions pipeline: Decision-focused learning for combinatorial optimization. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 33, pages 1658--1665, 2019
2019
-
[93]
Data-driven piecewise affine decision rules for stochastic programming with covariate information
Yiyang Zhang, Junyi Liu, and Xiaobo Zhao. Data-driven piecewise affine decision rules for stochastic programming with covariate information. Operations Research, 2026
2026
-
[94]
Deep learning for portfolio optimization
Zihao Zhang, Stefan Zohren, and Stephen Roberts. Deep learning for portfolio optimization. arXiv preprint arXiv:2005.13665, 2020
2005 arXiv
Reviewed July 31, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.