Skip to content

peng8wang/IJOC-CCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFORMS Journal on Computing Logo

A Proximal DC Algorithm for Sample Average Approximation of Chance Constrained Programming

This archive is distributed in association with the INFORMS Journal on Computing under the MIT License.

The software and data in this repository are a snapshot of the software and data that were used in the research reported on in the paper A Proximal DC Algorithm for Sample Average Approximation of Chance Constrained Programming by Peng Wang, Rujun Jiang, Qingyuan Kong, and Laura Balzano.

Important: This code is being developed on an on-going basis at https://github.com/peng8wang/IJOC-CCP. Please go there if you would like to get a more recent version or would like support

cite

To cite the contents of this repository, please cite both the paper and this repo, using their respective DOIs.

https://doi.org/10.1287/ijoc.2024.0648

https://doi.org/10.1287/ijoc.2024.0648.cd

Below is the BibTex for citing this snapshot of the repository.

@misc{wang2025proximal,
  author =        {Peng Wang and Rujun Jiang and Qingyuan Kong and Laura Balzano},
  publisher =     {INFORMS Journal on Computing},
  title =         {{A Proximal DC Algorithm for Sample Average Approximation of Chance Constrained Programming}}, 
  year =          {2025},
  doi =           {10.1287/ijoc.2024.0648.cd},
  url =           {https://github.com/INFORMSJoC/2024.0648},
  note =          {Available for download at https://github.com/INFORMSJoC/2024.0648},
}

Description

The goal of this software is to demonstrate the effectiveness of the proximal DC method proposed in this paper for the chance constrained programming, as compared to other methods, as well as the effectiveness of the model when applied to empirical study.

Code

In order to run this software, you must install Gurobi 9.5.2 from https://www.gurobi.com/downloads/gurobi-software/. This code can be run in MATLAB R2022b.

This directory contains the following folders, each of which corresponds to an experiment in the paper:

  • VaR-Porfolio: The VaR-constrained mean-variance portfolio selection problem.
  • PTP-Convex: The Probabilistic transportation problem with a convex objective
  • PTP-Nonconvex: The Probabilistic transportation problem with a nonconvex objective
  • Nonlinear-CCP: Linear optimization with a joint convex nonlinear chance constraint

In each of the folders above, you will find some or all of the following functions:

How to get the results?

  • To run the experiments of "The VaR-constrained mean-variance portfolio selection problem", please run main_portfolio.m.
  • To run the experiments of "The Probabilistic transportation problem with a convex objective", please run main_PTP.m
  • To run the experiments of "The Probabilistic transportation problem with a nonconvex objective", please run main_CCSCP.m.
  • To run the experiments of "Linear optimization with a joint convex nonlinear chance constraint", please run main_NormOpt.m.

Support

For support in using this software, submit an issue. This code is being developed on an on-going basis at the author's Github page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages