Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 668 Bytes

Practice Local Search

Subject: Intel·ligència Artificial IA, GEI-FIB UPC Barcelona


Team members:

  • Arnau Claramunt
  • Josep Díaz
  • Pau Mayench

The objective of this practice is to solve a problem of a Distributed File System using two local search algorithms. Hill Climbing Simulated Annealing

  • For a given set of reques ts of files in one server, indicate which servers will send the file.

Screenshot from 2024-03-07 12-07-12

The project is programmed in Java and uses implemented functions from AIMA jar, created by the teachers.