th555

Results 6 comments of th555

Sabaki v0.52.0, Katago 1.10.0 (the cpu-only Eigen version), on Manjaro linux. I have the following engine settings: Arguments: `gtp -model kata1-b40c256-s11101799168-d2715431527.bin.gz` Initial commands: `time_settings 0 10 1`

- It would be helpful to see your config file. - It would be easiest to start with one of the examples from the /examples/ directory, e.g. https://github.com/CodeReclaimers/neat-python/blob/master/examples/memory-fixed/config - Note...

In my opinion it would be a useful feature to have since one wouldn't have to manually tweak the compatibility threshold to achieve a sensible number of species. And it's...

Thanks for the details, it is (as always) more complicated than I thought :)

One thing you can do to be absolutely sure that evaluation is deterministic is to cache all fitnesses (with a hash of the genotype or phenotype as a key) after...

There used to be a `__global_innov_number` in the connection gene, the most recent commit that still has it is [here](https://github.com/CodeReclaimers/neat-python/blob/803902d81464b6dcbaff85d3ea9dd9bae55cbf78/neat/genome.py#L101). Then this got moved to a separate, but still global,...