Skip to content

General optimization (LP, MIP, QP, continuous and discrete optimization etc.) using Python

License

Notifications You must be signed in to change notification settings

tirthajyoti/Optimization-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbb2157 · Oct 27, 2021

History

33 Commits
May 22, 2019
Oct 27, 2021
Nov 5, 2018
Nov 5, 2018
Apr 18, 2019
Nov 5, 2018
Nov 5, 2018
May 22, 2019
Nov 5, 2018
Oct 27, 2021
Jun 1, 2019
Dec 7, 2020
Oct 27, 2021

Repository files navigation

Optimization-Python

General optimization (LP, MIP, QP etc.) examples using Python.

lp1

Fast optimization for complex simulations using Scipy interpolate

simu-interpolate

Please feel free to connect with me here on LinkedIn if you are interested in data science, machine learning.


Requirements

  • Python 3+
  • scipy (pip install scipy)
  • numpy (pip install numpy)
  • PuLP (pip install pulp)
  • CVXPY (pip install cvxpy)

My Medium articles on optimization

Read my article on Medium about optimization in machine learning algorithms

Read my article on Medium about optimization with SciPy

Read my article on Medium about stock market portfolio optimization with CVXPY

Read my article on Medium about linear programming with PuLP

Releases

No releases published

Packages

No packages published