Differences between revisions 8 and 9
Revision 8 as of 2018-04-04 16:54:43
Size: 4031
Editor: EmilyTucker
Comment: Added PySCIPOPT, ticdat
Revision 9 as of 2023-01-13 22:37:07
Size: 4600
Editor: Thomas Weise
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:

 * '''[[https://thomasweise.github.io/moptipy|moptipy]]''', the Metaheuristic Optimization in Python package, offers a set of metaheuristic optimization algorithms, including randomized local search, evolutionary algorithms, simulated annealing, and memetic algorithms, that can be applied to a wide variety of problems from operations research, both industrial or scientific. It also comes with a facility for executing replicable experiments in a parallel or distributed fashion as well as with a set of tools for evaluating experimental results. (license: GPL 3)

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.

  • moptipy, the Metaheuristic Optimization in Python package, offers a set of metaheuristic optimization algorithms, including randomized local search, evolutionary algorithms, simulated annealing, and memetic algorithms, that can be applied to a wide variety of problems from operations research, both industrial or scientific. It also comes with a facility for executing replicable experiments in a parallel or distributed fashion as well as with a set of tools for evaluating experimental results. (license: GPL 3)

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

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