bruscalia / optimization-demo-files

Examples on numerical optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

optimization-demo-files

Here you might find some examples and tutorials on numerical optimization.

A comprehensive Python course featuring several of these examples can be found HERE.

Check my Medium profile for some interesting articles about (most of) these examples.

Linear Programming (continuous space)

Nonlinear (convex)

MIP

Nonconvex

  • Implementation Differential Evolution using scipy.optimize.
  • Solutions of convex, nondifferentiable, and nonconvex problems using DE and classic algorithms.

Regression

Special

Contact

bruscalia12@gmail.com

About

Examples on numerical optimization


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%