- 26 mar., 2019 1 validation
-
-
Peter Norvig a écrit
-
- 15 mar., 2019 2 validations
-
-
Sagar a écrit
-
Rajat Jain a écrit
* Reworked PriorityQueue spec Modified: - Priority Queue methods: queue[elem] now returns the first value of elem stored in queue elem in queue now correctly returns whether a copy of element is present regardless of the function value. Apparently the bug was introduced while trying to meet heapq spec del queue[elem] deletes the first instance of elem in queue correctly - Algorithms Same change in best_first_graph_search in romania_problem.py and search.py to make them compatible with the new spec - Tests Introduced 3 tests in test_utils.py to comprehensively test PriorityQueue's new spec * Reworked PriorityQueue spec Modified: - Priority Queue methods: queue[elem] now returns the first value of elem stored in queue elem in queue now correctly returns whether a copy of element is present regardless of the function value. Apparently the bug was introduced while trying to meet heapq spec del queue[elem] deletes the first instance of elem in queue correctly - Algorithms Same change in best_first_graph_search in romania_problem.py and search.py to make them compatible with the new spec - Tests Introduced 3 tests in test_utils.py to comprehensively test PriorityQueue's new spec
-
- 10 mar., 2019 2 validations
-
-
Anthony Marakis a écrit
-
Sagar a écrit
* update in Readme.md * updated as per the suggestions in the review.
-
- 05 mar., 2019 2 validations
-
-
Sagar a écrit
* Update in NeuralNetLearner function * made the changes as suggested
-
Peter Norvig a écrit
-
- 03 mar., 2019 1 validation
-
-
Sagar a écrit
-
- 28 fév., 2019 1 validation
-
-
Peter Norvig a écrit
-
- 21 fév., 2019 1 validation
-
-
Peter Norvig a écrit
-
- 14 fév., 2019 4 validations
-
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
- 12 fév., 2019 1 validation
-
-
shivam a écrit
-
- 01 fév., 2019 2 validations
-
-
Ingvaras a écrit
-
Ashish Gupta a écrit
* no need of if else * no need of if - else . As if hidden_layer_sizes is zero then it will not affect layer_sizes * removed comment * Update learning.py
-
- 31 jan., 2019 1 validation
-
-
Sagar a écrit
* update in multimap functi n in utils.py and added test for it * made changes according to PEP style * broke the long sentence to 2 shorter sentences
-
- 30 jan., 2019 3 validations
- 25 jan., 2019 1 validation
-
-
Sagar a écrit
-
- 19 jan., 2019 1 validation
-
-
Sagar a écrit
-
- 06 jan., 2019 2 validations
-
-
Anthony Marakis a écrit
-
Peter Norvig a écrit
-
- 26 déc., 2018 1 validation
-
-
Devesh Sawant a écrit
-
- 22 déc., 2018 1 validation
-
-
Kunwar Raj Singh a écrit
* Fix typos for Wupus agent * fix imports
-
- 18 déc., 2018 2 validations
-
-
Anthony Marakis a écrit
-
Sagar a écrit
-
- 16 déc., 2018 1 validation
-
-
Anthony Marakis a écrit
-
- 30 nov., 2018 1 validation
-
-
Sanders Lin a écrit
-
- 21 nov., 2018 2 validations
-
-
Nouman Ahmed a écrit
-
Kyle Jackson a écrit
`usa` in csp.py incorrectly has NM not being a neighbor with AZ.
-
- 21 oct., 2018 3 validations
-
-
Aman Deep Singh a écrit
-
Matthew Butterick a écrit
Otherwise `csp.curr_domains` may not be available for the loop that follows.
-
Parth Shandilya a écrit
-
- 04 oct., 2018 4 validations
-
-
Muhammad Junaid a écrit
Shortened it, finding conflicts separately and storing them in different variables has no use later in the notebook; so i believe this looks better.
-
Nouman Ahmed a écrit
-
Muhammad Junaid a écrit
-
Muhammad Junaid a écrit
Corrected typos + minor other text changes
-