I have problem to be solved and any constructive help would be good.
Anyway, I have to make genetic algorithm that creates neural network for solving problem Ball-and-Beam. Only fitness function that I imagine is to set some time (like 3 - 10 seconds) and test each unit in population if it will survive on board (fitness = t/T ; t - time it survived, T - total time), that takes TO LONG :(.
That genetic algorithm should generate weights, coefficient of training and number of neurons for each hidden layer. Mostly I have done rest of the things but fitness is my biggest problem.
Thanks for help !