rssalessio / nnGA

Neural Network Genetic Algorithm library used for deep learning problems
MIT License
18 stars 1 forks source link

Add possibility to choose the type of noise #9

Closed rssalessio closed 3 years ago

rssalessio commented 3 years ago

Add possibility to choose the type of noise in mutation

rssalessio commented 3 years ago

Implemented in #12 . Now a user can definer their custom mutation strategy.