I have been using the evolutionary algorithm to opmize ANN models and I was wondering to know if there is a way to know the details of the best model. I am using cross-validation within the optimization to mitigate the model performance dependence on the data split and initial connection weights and aftewards I try to replicate the best model by running the ANN model (also with cross-validation) using the parameters selected from the optimization to know the model details (number of neurons, connection weights). Unfortunatly, I always get substancially different results and I wonder if there is any way of exporting the details from the best model in the optimization algorithm.
Thanks,
Vitor