e2e-model-learning icon indicating copy to clipboard operation
e2e-model-learning copied to clipboard

Task-based end-to-end model learning in stochastic optimization

Results 2 e2e-model-learning issues
Sort by recently updated
recently updated
newest added

The NLL loss function in the newsvendor task is wrongly used. NLLLoss() (in PyTorch) expects a log-probability as input. But your code sends the raw probability into it. So it...

When I train the task_net from the power scheduling problem (modified to work with my data) the SQP solving process takes forevor. While it runs, my GPU (Tesla K80) utilization...