1. 22 mar., 2017 1 validation
  2. 18 mar., 2017 4 validations
  3. 07 mar., 2017 2 validations
    • lucasmoura's avatar
      Add test to csp.py (#326) · 7c5f2834
      lucasmoura a écrit
      Add tests to the following methods from CSP class
      
      * result
      * goal_test
      * support_prunning
      * suppose
      * prune
      * choices
      * infer_assignement
      * restore
      * conflicted_vars
      7c5f2834
    • lucasmoura's avatar
      Fix flake8 for test files (#303) · 43fced5c
      lucasmoura a écrit
      * Add flake8 config file
      
      * Fix flake8 for test files
      43fced5c
  4. 05 mar., 2017 3 validations
    • lucasmoura's avatar
      Add tests to CSP class (#299) · c9eab0f6
      lucasmoura a écrit
      * Add tests to CSP class
      
      Add test for the following methods on CSP class:
      
      * assign
      * unassigns
      * nconflits
      * actions
      
      * Refactor some asserts in test_csp.py
      
      Some asserts were being done in the following way:
      assert (X is not None) == True
      
      Now, they are handled in the following way:
      assert X
      c9eab0f6
    • lucasmoura's avatar
      Fix __call__ command for Graph class (#306) · ca893d7f
      lucasmoura a écrit
      ca893d7f
    • Antonis Maronikolakis's avatar
      Add new tests (#314) · ce7aa26c
      Antonis Maronikolakis a écrit
      - Added tests for PluralityLearner, NaiveBayes and kNN algorithms
      
      - Replace parse_csv with non-trivial input
      ce7aa26c
  5. 03 mar., 2017 1 validation
  6. 27 sept., 2016 1 validation
  7. 14 sept., 2016 1 validation
  8. 07 sept., 2016 1 validation
  9. 29 juin, 2016 2 validations
  10. 20 juin, 2016 1 validation
  11. 24 mai, 2016 1 validation
  12. 22 mai, 2016 2 validations
  13. 17 avr., 2016 2 validations
  14. 16 avr., 2016 2 validations
  15. 13 avr., 2016 2 validations
  16. 11 avr., 2016 1 validation
  17. 10 avr., 2016 5 validations
  18. 09 avr., 2016 3 validations
  19. 08 avr., 2016 2 validations
  20. 05 avr., 2016 1 validation
  21. 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