- 17 avr., 2017 12 validations
-
-
lucasmoura a écrit
-
Angira Sharma a écrit
-
Kaivalya Rawal a écrit
* replace assert with if test in add_thing * removed inline assert * added unit test to check edit * improve user interface
-
C.G.Vedant a écrit
* Add test for determineInlinks() * Add test for HITS() * fixed premature updation * Refactor code to match pseudocode
-
Antonis Maronikolakis a écrit
-
Antonis Maronikolakis a écrit
* Added test_rl.py * Update test_rl.py Accidentally left "agent.U == 0" in. It was there for some testing of mine.
-
C.G.Vedant a écrit
* Removed redundant condition * moved gola_test inside function * refactor goal_test()
-
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 2 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
-