Anik Patel

Results 18 comments of Anik Patel

How about adding a little bit of noise to the first few moves of a game to randomize each opening? This may lead to it knowing how to play all...

I had a similar error. Try installing the version right before the one causing the error. This sort of fixed the issue but I just ended up using Neataptic instead

Actually it would eventually reach the destination filling the whole grid and result in the worst possible path :)

Ah, so it's used for benchmarking. I assume that if you were to deploy it against a human you would use argmax then correct?

I pushed out a new one with Big Number support and all of the changes listed above. All tests are passing and docs have been added too.

For some reason I cant comment on the review. I think leaving the file names as `riemannZeta` and having the actual name to be just `zeta` would be better in...

Alright that makes sense to me, I'll rename the source files and add the changes you requests possibly over the weekend

How would I create a BigNumber of zero if I can't import the BigNumber though? Or is there a universal zero variable?

I understand that, but how would I create `x` in the first place? I'm quite new to this so I apologize if this is a basic question

Ok, I renamed all the files to zeta, updated the ts types, and I added a more descriptive explanation for `s`. I just need your help fixing the BigNumber in...