1. 04 avr., 2016 1 validation
  2. 30 mar., 2016 1 validation
  3. 24 mar., 2016 2 validations
    • Larry He's avatar
      Reverted set changes · 43c2faf4
      Larry He a écrit
      Apparently, set() does not equal {}
      43c2faf4
    • Larry He's avatar
      Fixed Problems in Python 3 Port · a2502be8
      Larry He a écrit
      Problems fixed:
      Replaced cmp: 1 instance in line 323 of search.py
      Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215
      of search.py
      Convert .sort() to sorted(): 1 instance in line 150 of text.py
      Cast map to list: 1 instance in line 47 of grid.py
      a2502be8
  4. 22 mar., 2016 1 validation
  5. 15 mar., 2016 1 validation
  6. 11 mar., 2016 5 validations
  7. 10 mar., 2016 2 validations
  8. 09 mar., 2016 2 validations
  9. 06 mar., 2016 4 validations
  10. 05 mar., 2016 3 validations
  11. 03 nov., 2011 1 validation
  12. 29 oct., 2011 2 validations
    • withal's avatar
    • withal's avatar
      Fixed search bug reported by Matthew Yurka, and others: · 06a94a25
      withal a écrit
       * graph_search missed deduping nodes in the frontier
       * astar_search didn't use 3rd-edition pseudocode
       * InstrumentedProblem didn't forward the path_cost method,
         so all the doctest results on instrumented cost-sensitive
         problems were wrong
      
      Also filled in breadth_first_search and per-node memoization 
      of h (to fulfill the doc comment saying that was done).
      
      There's a remaining problem that sometimes trivial refactorings
      change the amount of search that is done, slightly, which should
      not happen since the code is supposed to be deterministic.
      06a94a25
  13. 28 oct., 2011 1 validation
  14. 26 oct., 2011 5 validations
  15. 23 oct., 2011 3 validations
  16. 17 oct., 2011 2 validations
  17. 11 oct., 2011 2 validations
  18. 10 oct., 2011 2 validations