Differences between revisions 6 and 7
Revision 6 as of 2012-05-23 01:40:47
Size: 3393
Editor: digger2
Comment: Added pyOpt.
Revision 7 as of 2018-02-19 07:58:15
Size: 3541
Editor: DennisAtabay
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:

 * '''[[https://github.com/yabata/prodyn|prodyn]]''' - a generic implementation of the dynamic programming algorithm for optimal system control.

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.

  • 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.

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

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

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

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

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