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/02/14 13:19]
mdorigo [Schedule]
teaching:infoh414 [2018/08/18 08:38]
mdorigo [Exam modalities]
Line 39: Line 39:
 S24 - Lesson 02 - Thu 01.03.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room S24 - Lesson 02 - Thu 01.03.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room
  
-S25 - Lesson 03 - Thu 08.03.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room+S25 - Lesson 03 - Thu 08.03.2018 - 2:​00pm-4:​00pm - Room  S.UB4.126
  
 S25 - Lesson 04 - Thu 08.03.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126 S25 - Lesson 04 - Thu 08.03.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126
  
-S26 - Lesson 05 - Thu 15.03.2018 - 2:​00pm-4:​00pm - Room  S.UB4.126+S26 - Lesson 05 - Thu 15.03.2018 - 2:​00pm-4:​00pm - IRIDIA Seminars room
  
 S26 - Lesson 06 - Thu 15.03.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126 S26 - Lesson 06 - Thu 15.03.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126
Line 70: Line 70:
  
 S34 - Lesson 18 – Thu 17.05.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126 S34 - Lesson 18 – Thu 17.05.2018 - 4:​00pm-6:​00pm - Room  S.UB4.126
- 
  
 ===== Practical lessons material ===== ===== Practical lessons material =====
  
-Ant colony optimization:+Ant Colony Optimization and Particle Swarm 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/​~ccamacho/​INFO-H-414/​class1/​TSP_ANT_SYSTEM2018.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/​~ccamacho/​INFO-H-414/​class2/​MMAS_ACS_SYSTEM2018.pdf| Advanced ACO algorithms]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​class3/​PSO2017.pdf| Particle Swarm Optimization]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​class3/​PSO2018.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/​~ccamacho/​INFO-H-414/​implementations/exercise1/template_c_plus.zip| 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/​~ccamacho/​INFO-H-414/​implementations/material/instances.tar.gz| ​Instances]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/material1/instances.tar.gzInstances]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise1/exercise1.pdfExercise 1]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/material1/scripts.tar.gzScripts]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise1/template_c_plus_implemented.zipTemplate ACO (implemented)]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/exercise1.pdfExercise 1]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise1/​scripts.tar.gzScripts]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/exercise2.pdfExercise 2]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise1/​example-execution-test.shShell script (updated) ​]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/material2/template_pso.tar.gzTemplate PSO]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise1/results_(Exercise1).zipResults of exercise 1 ]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/exercise3.pdf| Exercise ​3]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise2/​exercise2.pdf| Exercise ​]]
  
 +*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/​material/​ACOTSP-1.03.tgz| ACOTSP software ]]
  
-/**[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/exercise3.pdfExercise 3]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise3/​pso_template.zipPSO template ​]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/material3/tuning-lab.tar.gzTuning lab]]+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise3/exercise3.pdfExercise 3 ]]
  
-*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​implementation/exercise4.pdfExercise 4]]*/+*[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​implementations/exercise3/​pso_template_implemented.zipPSO template (implemented) ​]]
  
- +===== Exam modalities =====
-Swarm robotics: +
- +
- +
-*[[http://​iridia.ulb.ac.be/​~lgarattoni/​h-414/​| Website ]] +
-===== Project ​modalities =====+
 <note important>​ <note important>​
 **The second session exam will take place on** **The second session exam will take place on**
-**Wednesday 6 of September2017, at the IRIDIA Lab at 09:00 am.**+**TuesdayAugust 21, 2018, at the IRIDIA Lab at 09:00 am.**
  
 /​*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​exam-time.pdf| Exam time schedule]]*/​ /​*[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​exam-time.pdf| Exam time schedule]]*/​
Line 125: Line 120:
  
 <note important>​ <note important>​
-The deadline ​for the delivery of the second session ​project ​is **Friday, August 25, 2017, at 23:59**.+**The project ​for the second session is in Swarm Robotics and is described in the following files:**
  
-Projects submitted after this deadline will incur a penalty of 1 point for each 12 hours delay, with a max accepted delay of 48 hours.  Projects delivered after the midnight of Sunday, August ​272017, will not be considered and the student will therefore not be admitted to the exam.+[[http://​iridia.ulb.ac.be/​courses/​2018/​h-414/​Project_SwarmIntelligence_H414.pdf| Project description second session]] 
 + 
 +[[http://​iridia.ulb.ac.be/​courses/​2018/​h-414/​SR_Project_H414.tar.gz | Swarm robotics project files]] 
 + 
 +The deadline for the delivery of the first session project is **Wednesday,​ August 15, 2018, at 23:59**. 
 + 
 +Projects submitted after this deadline will incur a penalty of 1 point for each 12 hours delay, with a max accepted delay of 3 calendar days.  Projects delivered after the midnight of Saturday, August ​182018, will not be considered and the student will therefore not be admitted to the exam.
  
  
 </​note>​ </​note>​
  
-[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​SI_Project_2017_second.pdf| Project description second session]]+ 
 + 
 + 
 /* /*
 +**The project for the second session will be in Swarm Robotics and will be made available on this site on July 2, 2018**
 +
 +
 +[[http://​iridia.ulb.ac.be/​~ccamacho/​INFO-H-414/​project/​Project_SwarmIntelligence_H414.pdf| Project first session 2018]]
 +
 +
 +[[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​SI_Project_2017_second.pdf| Project description second session]]
 +
 [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​instances.tar.gz| ACO project instances]] [[http://​iridia.ulb.ac.be/​~lperez/​INFO-H-414/​project/​instances.tar.gz| ACO project instances]]
  
 
teaching/infoh414.txt · Last modified: 2021/02/04 17:57 by mdorigo