Skip to content

Fixed topology neural network evolution using evolutionary strategy + genetic algorithm

License

Notifications You must be signed in to change notification settings

phil8192/neuroevolution

Repository files navigation

Neuroevolution

Fixed topology neural network evolution.

Functionality

  • (1 + 1)-ES
  • (concurrent) Population based evolution/ Genetic Algorithm

Examples/test

  • test-fixed-topology-simple-es-xor.sh: Optimise the weights for a 2-2-1 Neural Network using a 1+1 Evolutionary Strategy to solve the XOR problem.
  • test-fixed-topology-simple-es-iris.sh: Optimise the weights for a 4-6-3 Neural Network using a 1+1 Evolutionary Strategy to classify iris data.
  • test-fixed-topology-population-iris.sh: Optimise the weights for a 4-6-3 Neural Network using a Genetic Algorithm to classify iris data.

About

Fixed topology neural network evolution using evolutionary strategy + genetic algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published