- 17 avr., 2017 5 validations
-
-
Luke Schoen a écrit
-
Antonis Maronikolakis a écrit
* Update learning.py * Update test_learning.py * Update test_learning.py
-
Kaivalya Rawal a écrit
* define HLA, Problem and implement 11.1 * add demonstration of job_shop_problem * implementing 11.5 * adding test for refinement
-
Antonis Maronikolakis a écrit
* Update search.ipynb * Delete comparision.PNG * Delete mutation.png * Delete Crossover.png * Add images * Update search.ipynb
-
Antonis Maronikolakis a écrit
* Update search.py * Update test_search.py * minor edits and notes * removed fuzzywuzzy * Add 8-Queens Test * Optimization without veering from pseudocode * Variable renaming * Update search.py * Optimization * Update test_search.py * Fairer reproduction
-
- 14 avr., 2017 5 validations
-
-
Luke Schoen a écrit
-
ESHAN PANDEY a écrit
Implemented Genetic Algorithm. Because #477 had unnecessary edits,
-
Antonis Maronikolakis a écrit
-
ESHAN PANDEY a écrit
* Update learning.py converted method sample(self) to propety and removed the call in the statement return self.sampler * Update search.py minor code formatting. * Implmented GA Implemented Genetic Algoritm in search.py and search.ipynb * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb. * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb. * Updated GA in search.ipynb Removed the image links and included the images used in the image folder. Reduced the file size from 2.4 MB to 183 KB. For every 21 print statements that we previously had, now we have 2, only printing the fittest individual in each generation. The instructions has been made to get the detailed output. * Delete aima-python.iml * Delete misc.xml * Delete modules.xml * Delete workspace.xml * Update learning.py * Update search.py * Add files via upload
-
Antonis Maronikolakis a écrit
* Add grade_learner * Update test_learning.py
-
- 13 avr., 2017 2 validations
-
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
-
- 12 avr., 2017 11 validations
-
-
Darius Bacon a écrit
-
C.G.Vedant a écrit
-
C.G.Vedant a écrit
* Fixed normalize() * Update test for normalize()
-
C.G.Vedant a écrit
-
Angira Sharma a écrit
added test for count() and mode()
-
C.G.Vedant a écrit
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests * uses isinstance
-
Antonis Maronikolakis a écrit
* Update test_learning.py * Update learning.py * set max_score to -1 (for now) * Update learning.py * Make find_max more pythonic
-
C.G.Vedant a écrit
-
- 07 avr., 2017 1 validation
-
-
lucasmoura a écrit
-
- 06 avr., 2017 7 validations
-
-
Luke Schoen a écrit
-
Antonis Maronikolakis a écrit
* Update learning.py * Add Euclidean Distance * Update learning.ipynb * minor fix in notebook * minor spacing in learning.py * Added Euclidean Test
-
C.G.Vedant a écrit
* change string format * Fixed string format
-
Christopher Chen a écrit
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests
-
Antonis Maronikolakis a écrit
-
C.G.Vedant a écrit
* Added ShiftDecoder to notebook * replaced code with psource * fix spelling mistakes
-
- 25 mar., 2017 9 validations
-
-
lucasmoura a écrit
* Exclude test files from flake8 check * Fix flake8 for main files * Add flake8 check to build
-
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
-
Antonis Maronikolakis a écrit
* Update games.ipynb * Update intro.ipynb * Update csp.ipynb
-
Antonis Maronikolakis a écrit
* Bugfixing * Test for "exclude" * Update test_learning.py * update_values
-
lucasmoura a écrit
-
Angira Sharma a écrit
* Update utils.py in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)" * Update utils.py in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)" same must follow in function "particle_filtering" in the file probability.py * Update learning.py weight_sample_with_replacement sequence of args * Update probability.py weighted_sample_with_replacement sequence of args * Update search.py * Update planning.py added double_tennis_problem from chapter 11 , figure 11.10 * Update utils.py added missing space after comma * Update learning.py added missing space after comma * Update probability.py added missing space after comma * Update search.py added missing space after comma * Update planning.py * Update planning.py * Update planning.py * Update planning.py * Update planning.py * Update planning.py * Update test_agents.py pep8 changes, showed flake8 errors * Update test_agents.py * Update test_agents.py * Update test_agents.py * Update test_text.py added missing whitespace after comma * Update utils.py added space after comma * Update search.py added space after comma * Update probability.py added space after comma * Update learning.py added space after comma * Update planning.py added double_tennis_problem * Update rl.py In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state). * Update search.py the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book. * Update search.py * Update search.py * Update search.py * Update README.md * Update README.md * Update README.md * Update planning.py * Update planning.py added spaces after comma * Update planning.py * Update test_planning.py added double_tennis_problem test * Update test_planning.py * Update logic.py added fol_fc_ask from fig 9.3 * Update logic.py * Update test_planning.py
-
Antonis Maronikolakis a écrit
-
lucasmoura a écrit
* Add NgramCharModel to text.py * Update text.py * Update
-
lucasmoura a écrit
* Fix NgramTextModel bug * Add new tests for NgramTextModel
-