Grokking-Artificial-Intelligence-Algorithms
Grokking-Artificial-Intelligence-Algorithms copied to clipboard
The official code repository supporting the book, Grokking Artificial Intelligence Algorithms
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Two minor fixes. The first fixes boundary checks when playing a move. The second fixes move generation in the minmax algorithm.
update_pheromones: fixed a bug. Previously, the method updated all pheromones with the same value, resulting in identical pheromones. visit_random_attraction: fixed a bug. Previously, the method chose from a range instead...
Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....