AGV-IIT-KGP / freezing-batman

AGV
GNU General Public License v3.0
14 stars 26 forks source link

Implement a backup planner. #47

Closed hargup closed 10 years ago

hargup commented 10 years ago

We have thought of a fast backup planner to be used in case our current planner turns out to be too slow. That planner will work by generating a lot of seeds and choosing one of them by evaluating a cost function for each of them. @narayanaditya95 and @dragonfly91 should write about it in more details.

hargup commented 10 years ago

This issue was solved by @narayanaditya95.