|
9 | 9 | ### Linear Programming
|
10 | 10 | * [`Production Modeling`](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows#1---problem-1) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows/Assignment%20Instructions.pdf))
|
11 | 11 | * [Citywide Planning](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/04%20-%20Exams/Final%20Exam#1---question-1-version-1) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/04%20-%20Exams/Final%20Exam/PDF%20Submission/Assignment%20Instructions.pdf))
|
12 |
| -* [Scheduling, Feed mix, multiperiod planning, and cutting stock problems](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/02%20-%20Notes/04%20-%20Advanced%20LP) |
| 12 | +* [`Scheduling`, Feed mix, `multiperiod` planning, and cutting `stock` problems](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/02%20-%20Notes/04%20-%20Advanced%20LP) |
13 | 13 |
|
14 | 14 | ### Advanced Network Flow Modeling
|
15 |
| -* [Minimize Transportation costs](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows#3---problem-3) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows/Assignment%20Instructions.pdf)) |
16 |
| -* [Generalized Network Flows to Model Decay](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/04%20-%20Exams/Exam%201#31-model-overview) |
| 15 | +* [Minimize `Transportation` costs](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows#3---problem-3) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/2%20-%20Adv.%20LP%20and%20Network%20Flows/Assignment%20Instructions.pdf)) |
| 16 | +* [Generalized Network Flows to Model `Decay`](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/04%20-%20Exams/Exam%201#31-model-overview) |
17 | 17 |
|
18 | 18 | ### Mixed Linear and Integer (and/or) Binary Programming
|
19 | 19 | * [Choosing among various projects with `Advanced Mixed-Binary-Linear`](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/3%20-%20Adv.%20Integer%20Programming#1---problem-1) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/3%20-%20Adv.%20Integer%20Programming/Assignment%20Instructions.pdf))
|
|
22 | 22 | ### Heuristic & Metaheuristic Approaches
|
23 | 23 | * [`Hill Climbing` Variants using Knapsack Problem (Best/first accept and random restarts/walk)](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/4%20-%20Hill%20Climbing%20Variants#homework-4) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/4%20-%20Hill%20Climbing%20Variants/Assignment%20Instructions.pdf))
|
24 | 24 | * Neighborhood & Population Hueristics w/Knapsack: ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/5%20-%20Neighborhood%20Metaheuristics/Assignment%20Instructions.pdf))
|
25 |
| - - [Simulated Annealing](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/5%20-%20Neighborhood%20Metaheuristics#1-question-1-simulated-annealing) |
26 |
| - - [Genetic Algorithm](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/5%20-%20Neighborhood%20Metaheuristics#2-question-2-genetic-algorithm) |
27 |
| -* [Particle Swarm Optimization to solve Schwefel Benchmark Function](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/6%20-%20Particle%20Swarm%20Optimization#1-question-1-particle-swarm-optimization) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/6%20-%20Particle%20Swarm%20Optimization/Assignment%20Instructions.pdf)) |
| 25 | + - [`Simulated Annealing`](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/5%20-%20Neighborhood%20Metaheuristics#1-question-1-simulated-annealing) |
| 26 | + - [`Genetic Algorithm`](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/5%20-%20Neighborhood%20Metaheuristics#2-question-2-genetic-algorithm) |
| 27 | +* [`Particle Swarm Optimization` to solve `Schwefel` Benchmark Function](https://github.com/Daniel-Carpenter/Metaheuristics/tree/main/03%20-%20Projects/6%20-%20Particle%20Swarm%20Optimization#1-question-1-particle-swarm-optimization) - ([View problem context](https://github.com/Daniel-Carpenter/Metaheuristics/blob/main/03%20-%20Projects/6%20-%20Particle%20Swarm%20Optimization/Assignment%20Instructions.pdf)) |
28 | 28 |
|
29 | 29 | <br>
|
30 | 30 |
|
|
0 commit comments