kakomu icon indicating copy to clipboard operation
kakomu copied to clipboard

A simple bot to play go written in Kotlin inspired by the Manning book "Deep Learning and the Game of Go"

Results 1 kakomu issues
Sort by recently updated
recently updated
newest added

Here https://github.com/uberto/kakomu/blob/31f784a3057670321585a89105784d1f40627377/src/main/kotlin/com/gamasoft/kakomu/Performance.kt#L10 instead of create a function to measure the execution of a method in milliseconds you can use [measureTimeMillis](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.system/measure-time-millis.html#kotlin.system%24measureTimeMillis%28kotlin.Function0%28%28kotlin.Unit%29%29%29%2Fblock) function, a good reference that can help you https://medium.com/@jshvarts/basics-of-measuring-performance-in-kotlin-e1dec6c0fa95.