CodeReclaimers / neat-python

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

Introducing Type(int or float) Specification for Bias, Response, and Weight Parameters #279

Open danwiley opened 4 months ago

danwiley commented 4 months ago

I propose the addition of a new attribute to the config file that allows users to specify the types (integer or float) for bias, response and weight parameters. This enhancement will provide users with more control and ensure that the configuration is both clear and accurate.