Skip to content

msobell/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MST, then lyn-kernihan method

tabu searching
use parallelism for simulated annealing
http://cs.nyu.edu/courses/fall10/G22.2965-001/heuristics

f=g+h
g -- cost until now
h -- estimate to get to goal (<= actual cost to get to goal)

if you reach goal, assumed that any other path is as expensive.
ie. if you finally get to the goal you did a good thing

Releases

No releases published

Packages

No packages published

Languages