CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.4k stars 488 forks source link

What do I need to do so that the inputs are produced at a certain interval? #236

Open ubeydtalha opened 2 years ago

ubeydtalha commented 2 years ago

Hello, I normally use genetic algorithms for optimization processes. I can specify within which limits the individual produced in genetic algorithms can take value, and the algorithm produces values ​​within that range. Since I have 8-9 inputs and the intervals of each are different, I could not find how to do it in this algorithm. Also, these values ​​are really low and I'm worried that the initial input value will take too long to converge to those values.So, I can lower the fitness score of values ​​that come out of those values, but there is such a problem.