Giter VIP home page Giter VIP logo

rsome's Introduction

RSOME: Robust Stochastic Optimization Made Easy

PyPI PyPI - downloads Commit activity Last commit tests Docs Project Status: Active - The project has reached a stable, usable state and is being actively developed. GitHub closed issues GitHub issues

RSOME (Robust Stochastic Optimization Made Easy) is an open-source Python package for generic modeling of optimization problems (subject to uncertainty). Models in RSOME are constructed by variables, constraints, and expressions that are formatted as N-dimensional arrays. These arrays are consistent with the NumPy library in terms of syntax and operations, including broadcasting, indexing, slicing, element-wise operations, and matrix calculation rules, among others. In short, RSOME provides a convenient platform to facilitate developments of robust optimization models and their applications.

Content

Installation

The RSOME package can be installed by using the pip command:


pip install rsome


Solver interfaces

The RSOME package transforms robust or distributionally robust optimization models into deterministic second-order cone or exponential cone programming problems, and solved by external solvers. Details of compatible solvers and their interfaces are presented in the following table.

Solver License type Required version RSOME interface Integer variables Second-order cone constraints Exponential cone constraints
scipy.optimize Open-source >= 1.2.1 lpg_solver No No No
CyLP Open-source >= 0.9.0 clp_solver Yes No No
OR-Tools Open-source >= 7.5.7466 ort_solver Yes No No
ECOS Open-source >= 2.0.10 eco_solver Yes Yes Yes
Gurobi Commercial >= 9.1.0 grb_solver Yes Yes No
MOSEK Commercial >= 9.1.11 msk_solver Yes Yes Yes
CPLEX Commercial >= 12.9.0.0 cpx_solver Yes Yes No
COPT Commercial >= 5.0 cpt_solver Yes Yes No

Getting started

Documents of RSOME are provided as follows:

Team

RSOME is a software project supported by Singapore Ministry of Education Tier 3 Grant Science of Prescriptive Analytics. It is primarly developed and maintained by Zhi Chen, Melvyn Sim, and Peng Xiong. Many other researchers, including Erick Delage, Zhaowei Hao, Long He, Zhenyu Hu, Jun Jiang, Brad Sturt, Qinshen Tang, as well as anonymous users and paper reviewers, have helped greatly in the way of developing RSOME.

Citation

If you use RSOME in your research, please cite our papers:

Bibtex entry:

@article{chen2021rsome,
  title={RSOME in Python: an open-source package for robust stochastic optimization made easy},
  author={Chen, Zhi and Xiong, Peng},
  journal={Optimization Online. URL: http://www.optimization-online.org/DB_HTML/2021/06/8443.html},
  year={2021},
}
@article{chen2020robust,
  title={Robust stochastic optimization made easy with RSOME},
  author={Chen, Zhi and Sim, Melvyn and Xiong, Peng},
  journal={Management Science},
  volume={66},
  number={8},
  pages={3329--3339},
  year={2020},
  publisher={INFORMS}
}

rsome's People

Contributors

xiongpengnus avatar chenzjames avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.