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 [2017/03/09 13:47]
mdorigo [Practical lessons material]
teaching:infoh414 [2017/05/04 22:21]
mdorigo [Project modalities]
Line 24: Line 24:
 [[http://​iridia.ulb.ac.be/​~mdorigo/​INFO-H-414/​Overheads/​4-Ant_colony_optimization.pdf| Ant Colony Optimization (ACO) ]] [[http://​iridia.ulb.ac.be/​~mdorigo/​INFO-H-414/​Overheads/​4-Ant_colony_optimization.pdf| Ant Colony Optimization (ACO) ]]
  
-[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class1/​TSP_ANT_SYSTEM2017.pdf| The TSP solved using Ant System ]] 
- 
-[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class2/​MMAS_ACS_SYSTEM2017.pdf| Advanced ACO algorithms]] 
- 
-/​*[[http://​iridia.ulb.ac.be/​~mdorigo/​INFO-H-414/​Overheads/​Other_ACO_and_ACOTSP.pdf| ​ Other ACO algorithms and ACOTSP]]*/ 
  
 [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​5-Swarm-robotics.pdf| Introduction to Swarm Robotics]] [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​5-Swarm-robotics.pdf| Introduction to Swarm Robotics]]
Line 34: Line 29:
 [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​SR/​DoL.pdf| Division of labour and task allocation ]] [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​SR/​DoL.pdf| Division of labour and task allocation ]]
  
-/*[[http://​iridia.ulb.ac.be/​~lgarattoni/extra/h-414/​| ​Swarm robotics material]]+[[http://​iridia.ulb.ac.be/​~lperez/INFO-H-414/SR/​automode-handout.pdfAutomode ​]] 
  
-[[http://​iridia.ulb.ac.be/​~lperez/INFO-H-414/​| ​ACO material]]*/+[[http://​iridia.ulb.ac.be/​~lgarattoni/h-414/​| ​Swarm robotics ​material]]
 ===== Schedule ===== ===== Schedule =====
  
Line 62: Line 58:
 S27 - Lesson 11 - Thu 23.03.2017 - 2:​00pm-4:​00pm - IRIDIA Seminars room S27 - Lesson 11 - Thu 23.03.2017 - 2:​00pm-4:​00pm - IRIDIA Seminars room
  
-S27 - Lesson 12 - Thu 23.03.2017 - 4:​00pm-6:​00pm - Room  S.UB4.329A+S27 - Lesson 12 - Thu 23.03.2017 - 4:​00pm-6:​00pm - IRIDIA Seminars room
  
-S28 - Lesson 11 - Thu 30.03.2017 - 2:​00pm-4:​00pm - IRIDIA Seminars room+S28 - Lesson 11 - Thu 30.03.2017 - 2:​00pm-4:​00pm - Room  S.UB4.329A
  
 S28 - Lesson 12 - Thu 30.03.2017 - 4:​00pm-6:​00pm - Room  S.UB4.329A S28 - Lesson 12 - Thu 30.03.2017 - 4:​00pm-6:​00pm - Room  S.UB4.329A
Line 83: Line 79:
  
 Ant colony optimization:​ Ant colony optimization:​
 +
 +
 +*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class1/​TSP_ANT_SYSTEM2017.pdf| The TSP solved using Ant System ]]
 +
 +*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class2/​MMAS_ACS_SYSTEM2017.pdf| Advanced ACO algorithms]]
 +
 +*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class3/​PSO2017.pdf| Particle Swarm Optimization]]
  
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material1/​template_c_plus2017.tar.gz| Template ACO]] *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material1/​template_c_plus2017.tar.gz| Template ACO]]
 +
 +*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material1/​template_c_plus_implemented.tar.gz| Template ACO (implemented)]]
  
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material1/​instances.tar.gz| Instances]] *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material1/​instances.tar.gz| Instances]]
Line 94: Line 99:
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise2.pdf| Exercise 2]] *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise2.pdf| Exercise 2]]
  
-/**[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material2/​template_pso.tar.gz| Template PSO]]+*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material2/​template_pso.tar.gz| Template PSO]]
  
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise3.pdf| Exercise 3]] *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise3.pdf| Exercise 3]]
 +
 +
 +/​**[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise3.pdf| Exercise 3]]
  
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material3/​tuning-lab.tar.gz| Tuning lab]] *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​material3/​tuning-lab.tar.gz| Tuning lab]]
Line 102: Line 110:
 *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise4.pdf| Exercise 4]]*/ *[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/​exercise4.pdf| Exercise 4]]*/
  
 +
 +Swarm robotics:
 +
 +
 +*[[http://​iridia.ulb.ac.be/​~lgarattoni/​h-414/​| Website ]]
 ===== Project modalities ===== ===== Project modalities =====
 /*<note important>​ /*<note important>​
Line 110: Line 123:
 </​note>​*/​ </​note>​*/​
  
-/*At the exam you will present the results of your project using a powerpoint-like presentation of exactly 7 minutes. Please bring your own portable computer. The rest of the exam will consist of a question answering session on all the subjects covered by the course.+/*At the exam you will present the results of your project using a powerpoint-like presentation of exactly 7 minutes. Please bring your own portable computer. The rest of the exam will consist of a question answering session on all the subjects covered by the course.*/ 
 + 
 +<note important>​ 
 +**Deadline for the project: Wednesday 31 of May, 2017, 23:59 ** 
 +</​note>​ 
 + 
 +[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​SI_Project_2017.pdf| Project description]]
  
-[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​project_description2.pdfProject description (second session)]]+[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​instances.tar.gzACO project instances]]
  
 +/*
 [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​project_slides.pdf| Project slides]] [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​project_slides.pdf| Project slides]]
  
 
teaching/infoh414.txt · Last modified: 2021/02/04 17:57 by mdorigo