Max Klein

Results 6 comments of Max Klein

That's a great idea! Here's my strategy in just 9 LOC, called "weightedMonotonic" (also [here](https://github.com/maxkl/PrisonersDilemmaTournament/blob/main/code/exampleStrats/weightedMonotonic.py)): ```py # Weights for opponents' past moves, starting with the most recent one weights =...

> Wow! I never thought of that! The optimal weights might change depending on what types of strategies there are, so it won't be entirely consistent, but if you already...

Sorry, I somehow wasn't notified about this issue... It seems like the clang builtin function has indeed been renamed: https://github.com/WebAssembly/spec/issues/627. You can go ahead and create a pull request if...

I'm also interested in this feature and I'd be willing to help implement it. I currently have about 300 tabs in 21 groups and the latest save file in my...

> @maxkl this is one of the ones I was thinking about: https://github.com/KilledByAPixel/JSONCrush although it’s URI-optimized, so maybe not _the best_ match. That's a nice find! I just tried it...

I get the exact same error message for both a simple test program as above, or the more complicated application that I intend to debug. This is on a machine...