Papers › Task-based End-to-end Model Learning in Stochastic Optimization

Task-based End-to-end Model Learning in Stochastic Optimization

13 Mar 2017NeurIPS 2017 12arXiv:1703.04529archive 2025-07-28

Priya L. Donti, Brandon Amos, J. Zico Kolter

With the increasing popularity of machine learning techniques, it has become common to see prediction algorithms operating within some larger process. However, the criteria by which we train these algorithms often differ from the ultimate criteria on which we evaluate them. This paper proposes an end-to-end approach for learning probabilistic machine learning models in a manner that directly captures the ultimate task-based objective for which they will be used, within the context of stochastic programming. We present three experimental evaluations of the proposed approach: a classical inventory stock problem, a real-world electrical grid scheduling task, and a real-world energy storage arbitrage task. We show that the proposed approach can outperform both traditional modeling and purely black-box policy optimization approaches in these applications.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1703.04529")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: official repository: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

locuslab/e2e-model-learning officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from locuslab/e2e-model-learning. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GLinearApprox locuslab/e2e-model-learning/power_sched/model_classes.py official repository unverified Apache-2.0 (permissive) · 27d2ff1fbbd5243a · report
GQuadraticApprox locuslab/e2e-model-learning/power_sched/model_classes.py official repository unverified Apache-2.0 (permissive) · 62d4d092d2df3e2b · report
f_obj locuslab/e2e-model-learning/newsvendor/mle.py official repository unverified Apache-2.0 (permissive) · 9cc77d3e2766fc3e · report
get_cost_helper locuslab/e2e-model-learning/newsvendor/batch.py official repository unverified Apache-2.0 (permissive) · 53803e506e9140c0 · report
get_means_stds locuslab/e2e-model-learning/battery_storage/calc_stats.py official repository unverified Apache-2.0 (permissive) · f385756186c965ca · report
get_means_stds locuslab/e2e-model-learning/power_sched/plot.py official repository unverified Apache-2.0 (permissive) · bb562fc349cfeaa6 · report
get_model locuslab/e2e-model-learning/newsvendor/mle_net.py official repository unverified Apache-2.0 (permissive) · bab81f4187a02237 · report
get_vars locuslab/e2e-model-learning/newsvendor/batch.py official repository unverified Apache-2.0 (permissive) · 6e7fdf98291ef451 · report
get_vars_scalar_out locuslab/e2e-model-learning/newsvendor/batch.py official repository unverified Apache-2.0 (permissive) · d906bc607e0bcd92 · report
linear_softmax_reg locuslab/e2e-model-learning/newsvendor/mle.py official repository unverified Apache-2.0 (permissive) · ffc8733b01d8d53e · report
load_results locuslab/e2e-model-learning/battery_storage/calc_stats.py official repository unverified Apache-2.0 (permissive) · 9ec346e1329108c5 · report
load_results locuslab/e2e-model-learning/power_sched/plot.py official repository unverified Apache-2.0 (permissive) · a9861553a6f58c1b · report
newsvendor_opt locuslab/e2e-model-learning/newsvendor/mle.py official repository unverified Apache-2.0 (permissive) · 11b73d6f22a5ba66 · report
rmse_loss locuslab/e2e-model-learning/battery_storage/nets.py official repository unverified Apache-2.0 (permissive) · e3d6fc4232ce1b0b · report
rmse_loss locuslab/e2e-model-learning/power_sched/nets.py official repository unverified Apache-2.0 (permissive) · 2cbb3191ff258a9c · report
task_loss locuslab/e2e-model-learning/battery_storage/nets.py official repository unverified Apache-2.0 (permissive) · e827a1c3a5034ee0 · report
task_loss locuslab/e2e-model-learning/power_sched/nets.py official repository unverified Apache-2.0 (permissive) · 40436187bb11fdf8 · report
task_loss_no_mean locuslab/e2e-model-learning/power_sched/nets.py official repository unverified Apache-2.0 (permissive) · f70633b0f31079af · report

Tasks

BIG-bench Machine LearningSchedulingStochastic Optimization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections