Search found 1 match

by fbparis
Fri Dec 03, 2021 9:53 am
Forum: Programming and Technical Discussions
Topic: A simple engine using NEAT (NeuroEvolution of Augmenting Topologies)
Replies: 0
Views: 3056

A simple engine using NEAT (NeuroEvolution of Augmenting Topologies)

Hi everyone!

I havnt found any implementation of a NEAT chess engine and I'm curious to see how (or if) it performs so I'm planning to code something using NEAT-python and python-chess libraries.

I was thinking starting from a network with 12 x 64 + 4 input cells (12 planes of 8x8 bits to encode ...