• Scope (Distributed Computing): Implemented a programme to vectorise, then, parallelise a plain code for the Ant Colony Optimisation algorithm.
• Case: 8 agents were used to solve the Traveling Salesman Problem for up to 8000 cities.
• The package used: Python (NumPy, Multiprocessing).
• Used built-in NumPy methods (e.g. np.argmax) for vectorisation.
• Used a Queue object to parallelise the workload on 8 processes.
• Results: achieved an average performance speedup of around 108.
-
Notifications
You must be signed in to change notification settings - Fork 0
a-khelifi/Parallel-Programming-Ant-Colony-Optimiser-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Distributed Computing project: Implemented a programme to vectorise, then, parallelise a plain code for the Ant Colony Optimisation algorithm.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published