Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2012-05-23 01:40:47
Size: 3393
Editor: digger2
Comment: Added pyOpt.
Revision 8 as of 2018-04-04 16:54:43
Size: 4031
Editor: EmilyTucker
Comment: Added PySCIPOPT, ticdat
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * '''[[https://github.com/yabata/prodyn|prodyn]]''' - a generic implementation of the dynamic programming algorithm for optimal system control.
Line 15: Line 17:
 * '''[[http://www.scipy.org/SciPyPackages/Optimize|scipy.optimize]]''' - some solvers written or connected by SciPy developers.  * '''[[http://www.pyopt.org/|pyOpt]]''' - pyOpt is a package for formulating and solving nonlinear constrained optimization problems in an efficient, reusable and portable manner (license: LGPL).
Line 17: Line 19:
 * '''[[http://www.pyopt.org/|pyOpt]]''' - pyOpt is a package for formulating and solving nonlinear constrained optimization problems in an efficient, reusable and portable manner (license: LGPL).  * '''[[https://github.com/SCIP-Interfaces/PySCIPOpt|PySCIPOpt]]''' - PySCIPOpt provides an interface from Python to the SCIP Optimization Suite.

 * '''[[http://www.scipy.org/SciPyPackages/Optimize|scipy.optimize]]''' - some solvers written or connected by SciPy developers.'

 * '''[[https://github.com/opalytics/opalytics-ticdat|ticdat]]''' - ticdat simplifies the process of developing modular mathematical engines to read from one schema and write to another. Specifically designed with Mixed Integer Programming problems in mind, it can be used for rapidly developing a wide variety of mathematical engines.

This page attempts to collect information and links pertaining to the field of Operations Research, which includes problems in Linear Programming, Integer Programming, Stochastic Programming, and other Optimization methods in python.

  • APM Python - APM Python is free optimization software through a web service. Nonlinear Programming problem are sent to the APMonitor server and results are returned to the local Python script. A web-interface automatically loads to help visualize solutions, in particular dynamic optimization problems that include differential and algebraic equations. Default solvers include APOPT, BPOPT, and IPOPT. Pre-configured modes include optimization, parameter estimation, dynamic simulation, and nonlinear control.

  • Coopr - The Coopr software project integrates a variety of Python optimization-related packages.

  • CVOXPT - CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python’s extensive standard library and on the strengths of Python as a high-level programming language.

  • OpenOpt (license: BSD) contains connections to tens of solvers and has some own Python-written ones, e.g. nonlinear solver with specifiable accuracy: interalg, graphic output of convergence and some more numerical optimization "MUST HAVE" features. Also OpenOpt can solve FuncDesigner problems with automatic differentiation, that usually work faster and gives more precise results than finite-differences derivatives approximation.

  • prodyn - a generic implementation of the dynamic programming algorithm for optimal system control.

  • PuLP - PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.

  • Pyomo - The Python Optimization Modeling Objects (Pyomo) package is an open source tool for modeling optimization applications in Python. Pyomo can be used to define symbolic problems, create concrete problem instances, and solve these instances with standard solvers. Pyomo provides a capability that is commonly associated with algebraic modeling languages such as AMPL, AIMMS, and GAMS, but Pyomo's modeling objects are embedded within a full-featured high-level programming language with a rich set of supporting libraries. Pyomo leverages the capabilities of the Coopr software library, which integrates Python packages for defining optimizers, modeling optimization applications, and managing computational experiments.

  • pyOpt - pyOpt is a package for formulating and solving nonlinear constrained optimization problems in an efficient, reusable and portable manner (license: LGPL).

  • PySCIPOpt - PySCIPOpt provides an interface from Python to the SCIP Optimization Suite.

  • scipy.optimize - some solvers written or connected by SciPy developers.'

  • ticdat - ticdat simplifies the process of developing modular mathematical engines to read from one schema and write to another. Specifically designed with Mixed Integer Programming problems in mind, it can be used for rapidly developing a wide variety of mathematical engines.

PythonForOperationsResearch (last edited 2023-01-13 22:37:07 by Thomas Weise)

Unable to edit the page? See the FrontPage for instructions.