Skip to content

kiriakosv/pso_path_finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a hybrid PSO-GA algorithm.

This repository is an implementation of the algorithm described in the paper "Global Path Planning for Autonomous Robot Navigation Using Hybrid Metaheuristic GA-PSO Algorithm" by Hsu-Chih Huang and Ching-Chih Tsai. The program was writen for the "Artificial Intelligence and Expert Systems" course. This course is part of the "MSc in Computer Science" program in University of Piraeus.

Instructions

  • If not already installed, install the [PyGame Library] (http://www.pygame.org/news.html)
  • Place all the source files in the same directory.
  • If under Windows OS:
    • Open __main__.py with IDLE and run it
  • If under UNIX-like system:
    • Open a terminal
    • Move to the proper directory
    • Run the program with python __main__.py

TODO

  • Allow the user to select the starting and goal position
  • Allow the user to switch between other searching algorithms

License

[MIT License] (http://opensource.org/licenses/MIT)

Copyright (c) 2014 Kiriakos Velissariou

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Implementation of a hybrid PSO-GA algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages