The Difference Between A* and Greedy Algorithm For Calculating The Shortest Routes Between KRL Commuter Line Station In Jabodetabek Area
Project for completing IPB University Artificial Intelligence Courses. Writing a paper based on Informed Search Implementation (A* and Greedy Search), the paper title is "The Difference Between A* and Greedy Algorithm For Calculating The Shortest Routes Between KRL Commuter Line Station In Jabodetabek Area"
- Arhammirza Ibrahim (G64190007)
- Galih Nenudiwa (G64190016)
- Yuritma Dwi Ardita Putri (G64190048)
- Muhammad Dafa Athaullah (G64190073)
- Andra Setiyo Wicaksono (G6410081)
- Clone this repository
- Install Python and PIP
pip install -r requirements.txt- To run the main file
python informed_search_impl.py - The main file is in the informed_search_impl.py, in root directory
This project use Python AIMA from https://github.com/aimacode/aima-python as a framework, we only wrote informed_search_impl.py file