python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NEAT: how does crossover occur for species with only one member
So, I'm trying to implement the NEAT(Neuroevolution of augmenting topologies) algorithm and have stumbled into a problem. How are networks in species with only one member crossed over?
One solution I ...
RandomPigYT
Votes: 0
Answers: 1
NEAT neural network - Input and Output activation functions
TLTR; Does NEAT algorithm allow it's input/output layers to also evolve activation functions, or only uses identity?
I'm working on a custom NeuralNet, largely inspired by the implementation of NEAT (...
lj h
Votes: 0
Answers: 1
UnitySharpNEAT How to deactivate a unit
I'm hoping that someone here is familiar with UnitySharpNEAT as I'm running into a problem I can't seem to find the solution to. I can describe it, but providing code won't really be helpful as it ext...
Ryan Hibbs
Votes: 0
Answers: 0
How to best write a long list of "or" "and" "not" operators?
I am using Python/Openpyxl to search through strings in an Excel spreadsheet and sum up the numerical values. How do I write/format my script to have multiple OR, NOT, AND operators? (Sorry I apprecia...
Python_Newbie
Votes: 0
Answers: 1