Skip to content

Commit 66e7e8b

Browse files
committedMay 12, 2022
Formatting
1 parent 9586024 commit 66e7e8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
### Linear Programming
1010
* [`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))
1111
* [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)
1313

1414
### 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)
1717

1818
### Mixed Linear and Integer (and/or) Binary Programming
1919
* [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,9 +22,9 @@
2222
### Heuristic & Metaheuristic Approaches
2323
* [`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))
2424
* 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))
2828

2929
<br>
3030

0 commit comments

Comments
 (0)
Please sign in to comment.