https://github.com/kkoukouletsou/optimization-techniques
Assignments for Optimization Techniques Course at ECE AUTH. Includes Steepest Descent, Levenberg-Marquardt and a Genetic Algorithm implementation for Network Traffic Optimization.
https://github.com/kkoukouletsou/optimization-techniques
armijo bisection-method fibonacci genetic-algorithm golden-section levenberg-marquardt newtons-method steepest-descent
Last synced: 5 months ago
JSON representation
Assignments for Optimization Techniques Course at ECE AUTH. Includes Steepest Descent, Levenberg-Marquardt and a Genetic Algorithm implementation for Network Traffic Optimization.
- Host: GitHub
- URL: https://github.com/kkoukouletsou/optimization-techniques
- Owner: kkoukouletsou
- Created: 2024-11-13T21:58:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T22:19:30.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:44:55.829Z (8 months ago)
- Topics: armijo, bisection-method, fibonacci, genetic-algorithm, golden-section, levenberg-marquardt, newtons-method, steepest-descent
- Language: MATLAB
- Homepage:
- Size: 7.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimization-Techniques
Assignments for Optimization Techniques Course at ECE AUTH