Skip to content

Repository for labs, exercices and notes from the course Computational Intelligence @ Politecnico of Turin

Notifications You must be signed in to change notification settings

lorenzobellino/Computational-Intelligence-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computational-Intelligence-2022

Repository for the course Computational Intelligence of the year 2022/2023

LAB1

Solution

The original approach for the solution of lab1 is explained in this README

Updates after review

After receiving the first review i tried to implement the suggestion proposed in te Issues of my peer, in particular i added:

  • Added some usefull comment in my code other than the readme in order to make it more readable and understandable
  • Changed my approach using an ad hoc class PrioritizedSet instead using a tuple representing (priority,list)
  • Added a file Dijkstra.py implementing a vanilla version of Dijkstra's algorithm in order to find a globally optimal solution for values of $N <= 20$

Peer reviewing

In order to review the code produced by some of my peer i opened a pull request or used the Issues tool provided by github,improving some aspects of the code and suggesting some other changes I was assigned to review the code produced by Omid Mahdavii. The other peer review were chosen randomly from the list of github repos provided by the professor.

For this lab i reviewed:

LAB2

Solution

The original approach for the solution of lab2 is explained in this README

Updates after review

TODO

Peer reviewing

In order to review the code produced by some of my peer i used the Issues tool provided by github, suggesting some changes and improvements. For this lab i reviewed:

LAB3

Solution

The approach for the solution of lab3 is explained in this README

Updates after review

TODO

Peer reviewing

In order to review the code produced by some of my peer i used the Issues tool provided by github, suggesting some changes and improvements. For this lab i reviewed:

  • Leonor Gomes creating a pull request since in the README asked to fix the minimax_pruning function, my pull request can be found here
  • Omid Mahdavii using github Issues, my review can be found here

About

Repository for labs, exercices and notes from the course Computational Intelligence @ Politecnico of Turin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published