- 07 mar., 2017 1 validation
-
-
lucasmoura a écrit
* Add flake8 config file * Fix flake8 for test files
-
- 05 mar., 2017 3 validations
-
-
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
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
- Added tests for PluralityLearner, NaiveBayes and kNN algorithms - Replace parse_csv with non-trivial input
-
- 03 mar., 2017 1 validation
-
-
Jacob Kalakal Joseph a écrit
-
- 27 sept., 2016 1 validation
-
-
opensourceware a écrit
* Added implementation of the cake problem * Added test for three_block_tower and fixed a bug in three_block_tower code
-
- 14 sept., 2016 1 validation
-
-
Rahul Patel a écrit
Added test for spare_tire problem of planning module.
-
- 07 sept., 2016 1 validation
-
-
Jonathon Belotti a écrit
* Implementing HITS algorithm * Moving HITS work to nlp.py and test_nlp.py
-
- 29 juin, 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
-
Tarun Kumar Vangani a écrit
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 24 mai, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 22 mai, 2016 2 validations
-
-
C.G.Vedant a écrit
* Added Action class for PDDL * Added tests for Action class * Changed doc string * Added PDLL class * Added Air-Cargo-problem * Tested Air Cargo Problem
-
Tarun Kumar Vangani a écrit
-
- 17 avr., 2016 2 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 16 avr., 2016 2 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 13 avr., 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
* Replaced mean with standard lib function introduced in 3.4 * #TODO Replaced every with all * Proper names for variables introduced in 2to3 conversion.
-
Surya Teja Cheedella a écrit
* modifies Fig. to Figure all over the repository * fixed a small type in logic.py
-
- 11 avr., 2016 1 validation
-
-
Peter Norvig a écrit
Following a suggestion by C.G.Vedant, changed |implies| to |’==>’|
-
- 10 avr., 2016 5 validations
-
-
Yu Ting a écrit
-
Yu Ting a écrit
-
Yu Ting a écrit
-
Yu Ting a écrit
-
Surya Teja Cheedella a écrit
* removes obsolete Fig dictionary from utils.py * modified rl notebook according to the new Figure conventions * removes 'import Fig' and changed the names of Figures * fixes a small error (by me) in executing the cells in rl notebook
-
- 09 avr., 2016 3 validations
-
-
Tarun Kumar Vangani a écrit
* Used isclose from utils to maintain compatibilty for 3.4 * Removed redundant distancesquared function * Removed duplicate definition of clip in grid.py and used import from instead. * Fixed spelling typo
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
C.G.Vedant a écrit
* temporary fix for eliminate_implications * Change from << to <== * Fixed implies operator in SAT_plan * changed Expr name to counter
-
- 08 avr., 2016 2 validations
-
-
C.G.Vedant a écrit
* Fixed a typo in logic.py * Added translate_to_SAT() * extract solution from model * added test cases * removed debug code
-
Peter Norvig a écrit
Add InfixOps, refactor expo and Expr
-
- 05 avr., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 04 avr., 2016 2 validations
-
-
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
-
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
-
- 01 avr., 2016 1 validation
-
-
SnShine a écrit
-
- 31 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 29 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 26 mar., 2016 1 validation
-
-
Chipe1 a écrit
-
- 23 mar., 2016 1 validation
-
-
Peter Norvig a écrit
-