1. 22 juin, 2018 1 validation
    • Devesh Sawant's avatar
      Added Logarithmic Naive Bayes Learner. (#928) · 6e2ea3ef
      Devesh Sawant a écrit
      * test case for zebra problem
      
      * Revert "Merge remote-tracking branch 'upstream/master'"
      
      This reverts commit 5ceab1a27ff73b410200c2f84d22e0a1d79b6fbe, reversing
      changes made to 34997e48547a57939d568f170c60e442c2d54db5.
      
      * discarded HEAD changes for merge
      
      * added ensemble_learner jpeg
      
      * updated travis and search
      
      * Added logarithmic learner in nlp_apps (#890)
      
      * Remove zebra tests
      
      * revised Bayes learner explanation
      
      * added missing SimpleReflexAgent from upstream
      6e2ea3ef
  2. 14 mar., 2018 1 validation
  3. 12 fév., 2018 1 validation
    • Vinay Varma's avatar
      modify AC3 algorithm (#717) · beaea67b
      Vinay Varma a écrit
      * added submodule
      
      * fixed ac3 in csp.py
      
      * added a test to verify the modified ac3 algorithm in csp.py
      
      * Update .gitmodules
      beaea67b
  4. 20 déc., 2017 1 validation
  5. 19 oct., 2017 1 validation
  6. 17 août, 2017 1 validation
    • C.G.Vedant's avatar
      Added tests (#620) · 09beeb45
      C.G.Vedant a écrit
      * Added tests for search.py
      
      * Updated readme
      
      * Removed extra newline
      
      * Fixed seed
      
      * Update README.md
      
      * Added docstring for minimal-consistent-det
      09beeb45
  7. 28 mai, 2017 1 validation
  8. 24 mai, 2017 1 validation
  9. 17 avr., 2017 1 validation
  10. 25 mar., 2017 1 validation
    • Antonis Maronikolakis's avatar
      Implemented Topological Sort (#401) · cb7a0b14
      Antonis Maronikolakis a écrit
      * Implement Topological Sort
      
      - Implemented topological_sort
      - Added auxiliary function build_topological
      - Updated call to topological_sort
      
      * Use defaultdict to build visited
      
      * Added test
      
      * Update csp.py
      
      Skip first item of iteration
      cb7a0b14
  11. 18 mar., 2017 1 validation
    • lucasmoura's avatar
      Add more tests to csp.py (#328) · bf159249
      lucasmoura a écrit
      Add test for the following functions from csp.py
      
      * revise
      * AC3
      * first_unassigned_variable
      * num_legal_values
      * mrv
      bf159249
  12. 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
  13. 05 mar., 2017 1 validation
    • 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
  14. 20 juin, 2016 1 validation
  15. 22 mar., 2016 3 validations