2020
DOI: 10.14569/ijacsa.2020.0110913
|View full text |Cite
|
Sign up to set email alerts
|

Best Path in Mountain Environment based on Parallel Hill Climbing Algorithm

Abstract: Heuristic search is a search process that uses domain knowledge in heuristic rules or procedures to direct the progress of a search algorithm. Hill climbing is a heuristic search technique for solving certain mathematical optimization problems in the field of artificial intelligence. In this technique, starting with a suboptimal solution is compared to starting from the base of the hill, and improving the solution is compared to walking up the hill. The optimal solution of the hill climbing technique can be ac… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 18 publications
0
3
0
Order By: Relevance
“…However, common problems of heuristic search, such as being stuck at local maxima and plateau, sometimes occur in hill climbing. Here, we implemented a parallel steepest hill climbing search by dividing the predefined tolerance range into multiple subsections, which can partly mitigate local maximum and plateau problem, meanwhile allowing parallel multithreading search. , It will thus be more efficient than traversing search and could find more credible solution than the simple hill climbing. The pathway of the parallel steepest hill climbing search is illustrated in Figure B with the final optimum chemical shift tolerance (Δδ o ) marked by an asterisk.…”
Section: Methods and Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…However, common problems of heuristic search, such as being stuck at local maxima and plateau, sometimes occur in hill climbing. Here, we implemented a parallel steepest hill climbing search by dividing the predefined tolerance range into multiple subsections, which can partly mitigate local maximum and plateau problem, meanwhile allowing parallel multithreading search. , It will thus be more efficient than traversing search and could find more credible solution than the simple hill climbing. The pathway of the parallel steepest hill climbing search is illustrated in Figure B with the final optimum chemical shift tolerance (Δδ o ) marked by an asterisk.…”
Section: Methods and Algorithmmentioning
confidence: 99%
“…GIPMA algorithm proposed an adaptive method for intelligently selecting the optimum chemical shift tolerance (Δδ o ) in the predefined tolerance range to maximize the number of vPC by the algorithm of parallel hill climbing or traversing search . In artificial intelligence, hill climbing is a heuristic search algorithm, which allows a tradeoff between solution quality and search time .…”
Section: Methods and Algorithmmentioning
confidence: 99%
“…Furthermore, the authors in [49] proposed a sequential version of the hill-climbing algorithm and a parallel version using the Message Passing Interface (MPI) for finding the best path in the mountain environment. For comparing the two versions, they used three different sizes of datasets.…”
Section: A Finding Shortest Path Problemmentioning
confidence: 99%