(no title)
utkarsh858 | 1 year ago
One more question, sorry my knowledge of ML is not so profound, does NEAT algorithm mimic how natural selection works? And how.
utkarsh858 | 1 year ago
One more question, sorry my knowledge of ML is not so profound, does NEAT algorithm mimic how natural selection works? And how.
MVissers|1 year ago
Natural selection in this sim just happens by itself, there is a limited amount of food and only the best adapted ones survive. So the best performing neural networks duplicate themselves and create small variations of themselves. This part is not connected to the NEAT algorithm, I've just seen that NEAT performs particularly good vs more fixed-structure neural networks.