Some performance enhancements
Merge request reports
Activity
Filter activity
123 123 current_node = item 124 124 125 125 # pop current off open list, add to closed list 126 open_list.remove(current_node) 127 closed_list.add(current_node) 126 open_.remove(current_node) Not quite a fan of variable names ending with
_
, can we have a meaningful variable name here ? @christian_eichenberger
added 1 commit
- f3c323b6 - a_star: changed open_ and closed_ to open_nodes and closed_nodes
mentioned in commit 8bfa7470
Please register or sign in to reply