Skip to content

Optimization of multidimentional convex problems with and without restrictions.

Notifications You must be signed in to change notification settings

kpetridis24/convex-optimization

Repository files navigation

optimization-algorithms

Implementation of minimum-approximation algorithms for single/multi-variable functions

These four implementations are done in the context of the first project in the related subject "Optimization Techniques". The methods refering to single variable functions are:

The methods solving the minimum approximation problem for multi-variable functions are:

  • Newton's Method
  • Steepest Descent
  • Levenberg-Marquardt Method

For method-related parameter calculation, the Armijo rule was used as well.

The third project 'optimizationWithRestrictions' addresses the problem of minimum approximation in multivariable functions with added restrictions to the initial problem. The algorithm used is a modified version of the

  • Steepest Descent

But this time using projection Theorems that enables us to remain inside the rerstricted set of values.

About

Optimization of multidimentional convex problems with and without restrictions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages