- 22 juin, 2018 1 validation
-
-
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
-
- 14 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added section on min-conflicts * Refactor one-liner for loop * Added tests for min_conflicts and NQueensCSP
-
- 12 fév., 2018 1 validation
-
-
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
-
- 20 déc., 2017 1 validation
-
-
Anthony Marakis a écrit
-
- 19 oct., 2017 1 validation
-
-
Anthony Marakis a écrit
* add failure_test method to utils * comment fix * Update test_learning.py * Update test_csp.py
-
- 17 août, 2017 1 validation
-
-
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
-
- 28 mai, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update csp.py * Add test
-
- 24 mai, 2017 1 validation
-
-
C.G.Vedant a écrit
* Fix flake8 warnings * Remove unnecessary #noqa * Fix doctest
-
- 17 avr., 2017 1 validation
-
-
lucasmoura a écrit
-
- 25 mar., 2017 1 validation
-
-
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
-
- 18 mar., 2017 1 validation
-
-
lucasmoura a écrit
Add test for the following functions from csp.py * revise * AC3 * first_unassigned_variable * num_legal_values * mrv
-
- 07 mar., 2017 2 validations
-
-
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
-
lucasmoura a écrit
* Add flake8 config file * Fix flake8 for test files
-
- 05 mar., 2017 1 validation
-
-
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
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 22 mar., 2016 3 validations