Submission List of MRIIRS - Heuristic Optimization Methods
Assignment List
- Solve hw-01.jpg by any mean you come up with. (Due date: 2026-01-29)
- Plot hw-01.jpg using any tool you preferred. (Due date: 2026-01-29)
- Solve hw-01.jpg by hill-climbing (gradient-ascent) method. (Due date: 2026-02-05)
Please report the number of steps it takes to reach the optima.
Please also report a case of being trapped at local optimum due to improper initialization.
- Observe the execution and performance of GA on selected test functions. (Due date: 2026-02-05)
Please report the outcomes of a single run and the average of multiple runs with different random seeds.
- Observe the execution and performance of PSO on selected test functions. (Due date: 2026-02-12)
Please report the outcomes of a single run and the average of multiple runs with different random seeds.
- Pseudo code and implementation of Simulated Annealing. (Due date: 2026-02-12)
- Pseudo code and implementation of Firefly Algorithm. (Due date: 2026-02-19)
- Pseudo code and implementation of Cuckoo Search. (Due date: 2026-02-19)
- Team report/presentation.
Sample Submissions
Submission List