Skip to content

itsikad/optimization-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimization

Programming assignments for my students in Optimziation course at Tel-Aviv University. Note: classes, methods and functions API's are designed for automatic testing.

Spring 2020: Newton's Method and Conjugate Gradient optimizers. Solving a problem of shortest route between two points where the speed varies across layers. Solution: /spring_2020/main.py.

Spring 2021: Armijo (inexact) line search, Newton's Method and BFGS optimizers. Using BFGS for image denoising. Solution: /spring_2021/main.py.

About

Coding projects I created for my students in Optimization course at Tel-Aviv University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages