Minor refactor on a variable name (#925)
* Added a line to child node `child_node` method of `Node` uses the `problem.result` which returns normally a state not a node according to its docstring in `Problem`. Naming the variable `next_node` can be confusing to users when it actually refers to a resulting state. * Update search.py * Update search.py
Veuillez vous inscrire ou vous connecter pour commenter