I am looking at FANN (Fast Artificial Neural Network) to create a neural network to drive a car around a track in a simulation.
It's possible to train on a fixed data set, but this isn't suitable for training a car to drive. I would like to use a fitness function to train my NN. Is this possible?
Is it possible to tell FANN to use a fitness function rather than a fixed data set to train a NN?