1. 18 avr., 2016 1 validation
  2. 17 avr., 2016 5 validations
  3. 16 avr., 2016 1 validation
  4. 13 avr., 2016 2 validations
  5. 12 avr., 2016 1 validation
  6. 10 avr., 2016 1 validation
  7. 09 avr., 2016 1 validation
  8. 05 avr., 2016 2 validations
  9. 04 avr., 2016 2 validations
    • Surya Teja Cheedella's avatar
      Modified search.py · a8fd7e39
      Surya Teja Cheedella a écrit
      * changes a typo of file name to /aima-data
      
      * modified some documentaion and removed doc tests
      
      * changed the names like Fig[2, 3] and added unit tests for search.py
      a8fd7e39
    • Surya Teja Cheedella's avatar
      Fully implemented LRTA* agent with tests · 7b770689
      Surya Teja Cheedella a écrit
      * adds Fig[4.23] graph which is 1-dim state space problem
      
      * adds LRTA star agent class
      
      * adds fully implemented LRTA star agent
      
      * adds tests for LRTA star agent
      7b770689
  10. 30 mar., 2016 1 validation
  11. 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
  12. 22 mar., 2016 1 validation
  13. 15 mar., 2016 1 validation
  14. 11 mar., 2016 5 validations
  15. 10 mar., 2016 2 validations
  16. 09 mar., 2016 2 validations
  17. 06 mar., 2016 4 validations
  18. 05 mar., 2016 3 validations
  19. 03 nov., 2011 1 validation
  20. 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