Imtjl / optimisation-methods

:notebook_with_decorative_cover: This repository contains tasks related to learning Optimisation algorithms
0 stars 1 forks source link

♻️ Refactor structure #1

Closed worthant closed 4 months ago

worthant commented 4 months ago

1) divide into representative folders - not just a mess of pdf's 2) write about git lfs in readme 3) cleanup old files stored in git tree 4) move as much to google drive as possible

worthant commented 4 months ago

Directory Structure

Optimization_Methods/
├── .gitignore
├── README.md
├── LaTeX/
│   ├── report.pdf
│   ├── ...
├── Code/
│   ├── 1-var/
│   │   ├── src/
│   │   │   ├── main.rs
│   │   │   └── ...
│   │   ├── Cargo.toml
│   │   └── ...
│   ├── gradient/
│   │   ├── src/
│   │   │   ├── main.rs
│   │   │   └── ...
│   │   ├── Cargo.toml
│   │   └── ...
│   ├── genetic-algorithm/
│   │   ├── tsp.py
│   │   └── ...
├── Transport_problem_and_optimisiation_assignment/
│   ├── report.pdf
│   └── ...