Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are creating a system that suggests the fastest route to the best hospital taken by an ambulance. We utilized A* for pathfinding but the problem is we don't know the compatible/best algorithm in suggesting where hospital the patient will be directed to.

For selecting the best hospital, the data encoded by the emergency responder (e.g. head injury specifically) should be paired to the hospital that has MRI and should be the nearest based on the calculations of the pathfinding algorithms.

Our chosen algorithm is the Upper Confidence Bound (UCB) Multi-Armed Bandit Algorithm, is this the right choice for our use case? I have also read about Rete's algorithm and I have to replace it to our current one. Thank you.

What I have tried:

Searched for other pattern matching algorithms
Posted
Updated 8-Jan-22 2:52am
v3
Comments
[no name] 8-Jan-22 9:59am    
If it meets your current needs, it's the best solution. Look for something new when you need it. The "best" is always replaced by the "new and improved".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900