Skip to content

Commit

Permalink
Merge pull request SmartMobilityAlgorithms#5 from SmartMobilityAlgori…
Browse files Browse the repository at this point in the history
…thms/wip

Wip
  • Loading branch information
Dr-AlaaKhamis authored Dec 30, 2021
2 parents a93cf84 + 81dcd8e commit 73bad63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AI Search Algorithms for Smart Mobility

Smart mobility is the promotion of sustainable mobility that guarantees seamless access to different modes of mobility, and enables people or cargo to get from one place to another in a way that is safe, clean, and most efficient (fast, convenient, comfort, productive and affordable){cite}`khamis2021smart`. This disruptive technology is built on five principles: safety, flexibility, efficiency, integration, and clean technology. There are several ill-structured optimization problems in smart mobility systems and services that cannot be solved using traditional search algorithms. These problems include, but are not limited to:<br><br>
Smart mobility is the promotion of sustainable mobility that guarantees seamless access to different modes of mobility, and enables people or cargo to get from one place to another in a way that is safe, clean, and most efficient (fast, convenient, comfort, productive and affordable). This disruptive technology is people-centric, software-defined, connected, and electric {cite}`khamis2021smart`. There are several ill-structured optimization problems in smart mobility systems and services that cannot be solved using traditional search algorithms. These problems include, but are not limited to:<br><br>

- multi-criteria optimal routing
- emergency dispatch and routing for first response emergency vehicles
Expand All @@ -19,14 +19,14 @@ AI search algorithms have the power in dealing with complex discrete and continu
Using a multi-disciplinary perspective and reviewing fundamental theories, this book provides a comprehensive introduction to AI search algorithms and highlights the power of these computational techniques in solving complex ill-structured problems. The book starts by introducing geospatial data science and optimization theory and addresses the nature of ill-structured problems and the need for computational intelligence methods. It reviews graph search methods and introduces the concepts of heuristics and their use in conjunction with search methods.
<br><br>
Topics to be covered include:
- smart mobility
- ill-structured problems in smart mobility systems and services
- geospatial data science
- graph search algorithms
- graph search algorithms (blind and informed search algorithms)
- heuristics and metaheuristics
- trajectory-based methods
- evolutionary computing methods
- swarm intelligence algorithms
- trajectory-based methods (tabu search and simulated annealing)
- evolutionary computing methods (genetic algorithms and differential evolution algorithm)
- swarm intelligence algorithms (particle swarm optimization, ant colony optimization, artificial bee colony algorithm, firefly algorithm, and stochastic diffusion search)
- parallel and hybrid metaheuristics
- graph neural network and reinforcement learning
- learn to search (geometric deep learning, graph neural networks, attention mechanisms and deep reinforcement learning)

The book provides a wealth of examples and in-depth case studies for both novices and experts. Several case studies are discussed to show the ability of the covered search algorithms in solving people mobility, logistics, and infrastructure optimization problems. Python implementations in the form of Jupyter notebooks are provided and available through the book’s website on GitHub. AI Search Algorithms for Smart Mobility is written mainly as a project-oriented practical book intended for academic institutions, continuing education, training centers, and working professionals. The book caters to a wide range of audiences such as university students, researchers, engineers in mobility companies, and city planners.

0 comments on commit 73bad63

Please sign in to comment.