Closed justbuchanan closed 9 years ago
Right now tree growth is totally random. A much better implementation would be to extend towards a random point with probability p and extend towards the goal with probability 1-p.
extend
p
1-p
Right now tree growth is totally random. A much better implementation would be to
extend
towards a random point with probabilityp
andextend
towards the goal with probability1-p
.