zhenfelix

Results 4 issues of zhenfelix

It seems pure MCTS became intelligent only after I increased n_playout to 2000, since the pure MCTS AI choose not to stop me even when I had 3 or 4...

KMeans implementation issue ```python centers = np.array([X[clusters == c].mean(0) for c in clusters]) ``` centers's shape is not right, the correct implementation is suggested as ```python centers = np.array([X[clusters ==...

your implementation of ```cpp std::vector kNN::nearestNeighbors(std::vector x){ LinAlg alg; // The nearest neighbors std::vector knn; std::vector inputUseSet = inputSet; //Perfom this loop unless and until all k nearest neighbors are...

Thanks for your nice theme, I encountered a formatting issue after I pushed your demo to my repository, ![2017-01-09_194958](https://cloud.githubusercontent.com/assets/24976006/21765679/6199b69e-d6a5-11e6-835b-0720cf2a56bd.png) as you can see, the positions and sizes of search boxes,...