Skip to content

Various optimization problems solved with five different algorithms using FOSSEE library

Notifications You must be signed in to change notification settings

Prankurtiwari/Optimization-FOSSEE-project

Repository files navigation

Optimization-FOSSEE-project

Various optimization problems solved with five different optimization algorithms

  • fminsearch optimization algorithm

Find minimum of unconstrained multivariable function using derivative-free method.

  • fminbnd optimization algorithm

Find minimum of single-variable function on fixed interval.

  • fsolve optimization algorithm

Solve system of nonlinear equations.

  • intlinprog optimization algorithm

A mixed-integer linear program (MILP) is a problem with:

Linear objective function, f_T_x, where f is a column vector of constants, and x is the column vector of unknowns. Bounds and linear constraints, but no nonlinear constraints Restrictions on some components of x to have integer values

  • Quadprog optimization algorithm

For Quadratic programming

How to run?

Download Scilab from the link.

Execute each examples in Scilab workplace. (Download Dependencies if required)

Details of each program are in there respective directory within readme.

About

Various optimization problems solved with five different algorithms using FOSSEE library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages