Skip to content

A simple A Star search implementation for an assignment representing flight plan optimization over fuel costs.

Notifications You must be signed in to change notification settings

mwcarlis/a_star_search

Repository files navigation

# a_star_search
A simple A Star search implementation for an assignment representing flight plan optimization over fuel costs.

Ex:  > python plane_agent.py <hueristic> <fuel>
<fuel>: integer number
<hueristic>: manhattan, eculidean, made_up

About

A simple A Star search implementation for an assignment representing flight plan optimization over fuel costs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages