Skip to content
Permalink
491a6e9bd1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
59 lines (45 sloc) 1.58 KB
Mark: %
# Linear Programming (LP)
| Item | Mark |
|:------------------------ | ----:|
| Article's summary | /8 |
| Mathematical formulation | /6 |
| PuLP solution | /6 |
| | |
| **Total**: | /20 |
## Dynamic Programming (DP)
| Item | Mark |
|:------------------------------- | ----:|
| Recursive formulation | /5 |
| Dynamic Programming formulation | /5 |
| Implementation - Memoization | /5 |
| Implementation - Bottom-up | /5 |
| | |
| **Total**: | /20 |
## Particle Swarm Optimization (PSO)
| Item | Mark |
|:------------------ | ----:|
| Effect of `w` | /5 |
| Effect of `c1` | /5 |
| Effect of `c2` | /5 |
| Overall conclusion | /5 |
| | |
| **Total**: | /20 |
## Decision Trees (DT)
| Item | Mark |
|:--------------------------- | ----:|
| Chosen parameter 1 | /5 |
| Chosen parameter 2 | /5 |
| Chosen parameter 3 | /5 |
| Conclusion & Recommendation | /5 |
| | |
| **Total**: | /20 |
## Reinforcement Learning (RL)
| Item | Mark |
|:-------------------------- | ----:|
| Description of the problem | /5 |
| Rigour & technical detail | /5 |
| Critical discussion | /5 |
| Language | /5 |
| | |
| **Total**: | /20 |