This document discusses using genetic algorithms to train neural networks. It begins by defining evolutionary artificial neural networks as combining neural networks with genetic algorithms. Genetic algorithms can be used to choose neural network structures and properties like neuron functions. The document then provides background on neural networks and genetic algorithms. It describes how genetic algorithms use selection, crossover and mutation to optimize solutions over generations. The document proposes using a genetic algorithm to train neural network weights and applies this approach to the traveling salesman problem. It concludes that while these techniques are powerful, they also have limitations as "black boxes" that require pre-processing of inputs.