Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh414 [2018/08/18 08:38]
mdorigo [Exam modalities]
teaching:infoh414 [2019/03/08 14:45]
aligot [Schedule]
Line 35: Line 35:
 ===== Schedule ===== ===== Schedule =====
  
-S23 - Lesson 01 - Thu 22.02.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room+S22 - Lesson 01 - Thu 14.02.2019 - 2:​00pm-4:​00pm - IRIDIA Seminars room
  
-S24 - Lesson 02 - Thu 01.03.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room+S23 - Lesson 02 - Thu 21.02.2019 - 2:​00pm-4:​00pm - S.UB4.126
  
-S25 - Lesson 03 - Thu 08.03.2018 2:00pm-4:00pm - Room  ​S.UB4.126+S23 - Lesson 03 - Thu 21.02.2019 4:00pm-6:00pm - S.UB4.126
  
-S25 - Lesson 04 - Thu 08.03.2018 4:00pm-6:00pm - Room  S.UB4.126+S24 - Lesson 04 - Thu 28.02.2019 2:00pm-4:00pm - IRIDIA Seminars room
  
-S26 - Lesson 05 - Thu 15.03.2018 2:00pm-4:00pm - IRIDIA Seminars room+s24 - Lesson 05 - Thu 28.02.2019 4:00pm-6:00pm - S.UB4.126
  
-S26 - Lesson 06 - Thu 15.03.2018 4:00pm-6:00pm - Room  S.UB4.126+S26 - Lesson 06 - Thu 14.03.2019 2:00pm-4:00pm - IRIDIA Seminars room
  
-S27 - Lesson 07 – Thu 22.03.2018 2:00pm-4:00pm - Room  ​S.UB4.126+S26 - Lesson 07 Thu 14.03.2019 4:00pm-6:00pm - S.UB4.126
  
-S27 - Lesson 08 – Thu 22.03.2018 4:00pm-6:00pm - Room  S.UB4.126+S27 - Lesson 08 Thu 21.03.2019 2:00pm-4:00pm - IRIDIA Seminars room
  
-S28 - Lesson 09 – Thu 29.03.2018 2:00pm-4:00pm - Room  ​S.UB4.126+S27 - Lesson 09 Thu 21.03.2019 4:00pm-6:00pm - S.UB4.126
  
-S28 - Lesson 10 – Thu 29.03.2018 4:00pm-6:00pm - IRIDIA Seminars room+S28 - Lesson 10 Thu 28.03.2019 2:00pm-4:00pm - IRIDIA Seminars room
  
-S31 - Lesson 11 – Thu 19.04.2018 2:00pm-4:00pm - Room  ​S.UB4.126+S28 - Lesson 11 Thu 28.03.2019 4:00pm-6:00pm - S.UB4.126
  
-S31 - Lesson 12 – Thu 19.04.2018 4:00pm-6:00pm - Room  ​S.UB4.126+S29 - Lesson 12 Thu 04.04.2019 2:00pm-4:00pm - S.UB4.126
  
-S32 - Lesson 13 – Thu 26.04.2018 2:00pm-4:00pm - IRIDIA Seminars room+S29 - Lesson 13 Thu 04.04.2019 4:00pm-6:00pm - S.UB4.126
  
-S32 - Lesson 14 – Thu 26.04.2018 4:00pm-6:00pm - Room  ​S.UB4.126+S32 - Lesson 14 Thu 25.04.2019 2:00pm-4:00pm - S.UB4.126
  
-S33 - Lesson 15 – Thu 03.05.2018 2:00pm-4:00pm - Room  ​S.UB4.126+S32 - Lesson 15 Thu 25.04.2019 4:00pm-6:00pm - S.UB4.126
  
-S33 - Lesson 16 – Thu 03.05.2018 4:00pm-6:00pm - Room  ​S.UB4.126+S33 - Lesson 16 Thu 02.05.2019 2:00pm-4:00pm - S.UB4.126
  
-S34 - Lesson 17 – Thu 17.05.2018 ​2:​00pm-4:​00pm - Room  S.UB4.126 +S33 - Lesson 17 - Thu 02.05.2019 - 4:​00pm-6:​00pm - S.UB4.126
- +
-S34 - Lesson 18 – Thu 17.05.2018 - 4:​00pm-6:​00pm - Room  ​S.UB4.126+
  
 +S34 - Lesson 18 - Thu 09.05.2019 - 2:​00pm-4:​00pm - S.UB4.126
 ===== Practical lessons material ===== ===== Practical lessons material =====
  
 Ant Colony Optimization and Particle Swarm Optimization:​ Ant Colony Optimization and Particle Swarm Optimization:​
  
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​class1/​TSP_ANT_SYSTEM2018.pdf| The TSP solved using Ant System ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​class2/​MMAS_ACS_SYSTEM2018.pdf| Advanced ACO algorithms]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​class3/​PSO2018.pdf| Particle Swarm Optimization]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​template_c_plus.zip| Template ACO]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​material/​instances.tar.gz| Instances]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​exercise1.pdf| Exercise 1]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​template_c_plus_implemented.zip| Template ACO (implemented)]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​scripts.tar.gz| Scripts]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​example-execution-test.sh| Shell script (updated) ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise1/​results_(Exercise1).zip| Results of exercise 1 ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise2/​exercise2.pdf| Exercise 2 ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​material/​ACOTSP-1.03.tgz| ACOTSP software ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise3/​pso_template.zip| PSO template ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise3/​exercise3.pdf| Exercise 3 ]] 
- 
-*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​exercise3/​pso_template_implemented.zip| PSO template (implemented) ]] 
  
 ===== Exam modalities ===== ===== Exam modalities =====
 
teaching/infoh414.txt · Last modified: 2021/02/04 17:57 by mdorigo