Skip to content

This repository contains some projects realised for the "Optimization Techniques" course, during the 7th semester of the Electrical and Computer Engineering Undergraduate program.

Notifications You must be signed in to change notification settings

efthimia145/optimization-techniques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimization-techniques

This repository contains some projects realised for the "Optimization Techniques" course, during the 7th semester of the Electrical and Computer Engineering Undergraduate program.

Project-1

Minimization of a convex function without restrictions [Pt. 1]

Implementation of minimization algorithms for a given convex function using the below methods:

  • Bisectrix
  • Golden Section
  • Fibonacci
  • Bisectrix Method using derivatives

Project-2

Minimization of a convex function without restrictions [Pt. 2]

Implementation of minimization algorithms for a given convex function using the below methods:

  • Steepest Descent
  • Newton
  • Levenberg-Marquardt

Project-3

Minimization of a convex function with restrictions

Implementation of the Steepest Descent with Projection method for a given function.

Project

Implementation of a genetic algorithm

A genetic algorithm is implemented aiming at the approximation of a function f as a sum of Gaussians.

About

This repository contains some projects realised for the "Optimization Techniques" course, during the 7th semester of the Electrical and Computer Engineering Undergraduate program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages