错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Heuristic Algorithms

  • Michelle L. F. Cheong,
  • Ma Nang Laik

摘要

In this chapter, we will explore three commonly used heuristic algorithms including the Depth-First Search (DFS), Breath-First Search (BFS) and Dijkstra’s Algorithm (DA) to solve the Shortest Path Problem. We will look at two case studies, a nurse scheduling problem and a beer distribution problem to understand how each case study applied heuristic algorithms to obtain good feasible solutions for their respective problems.