8000 GitHub - Imtjl/optimisation-methods: :notebook_with_decorative_cover: This repository contains tasks related to learning Optimisation algorithms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Imtjl/optimisation-methods

Repository files navigation

Optimization Methods

This repository contains code, LaTeX documents, and scanned work related to the Optimization Methods course at ITMO University.

Important

To clone and use this repository files locally, you need to have Git LFS installed, as all PDF and PNG files are stored using Git LFS.

Code

This directory contains Rust and Python code for the different optimization methods covered in the course.

Optimisation-methods

This directory includes Rust implementations of several optimization methods:

  1. Bisection Method
  2. Golden Section Method
  3. Chord Method
  4. Newton's Method
  5. Quadratic Approximation

Gradient descend

This directory includes a Rust implementation of the Gradient Descent method.

Genetic algorithm

This directory includes a Python implementation of a Genetic Algorithm for solving the Traveling Salesman Problem (TSP).

LaTeX and files

This directory includes all remaining latex and pdf files for laboratory work reports and tasks:

Lectures

This directory includes all lectures in .pdf format sorted by order.

Transport problem and optimization coursework

This directory contains the final coursework, where I solve transport problem for a complex transport network and optimise an animal feeding problem

Google Drive

All files are also publicly available on Google Drive

About

📔 This repository contains tasks related to learning Optimisation algorithms

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0