pathnet icon indicating copy to clipboard operation
pathnet copied to clipboard

the training costs of the two selected individuals are different.

Open czhhbp opened this issue 6 years ago • 1 comments
trafficstars

During the implementation of the tournament selection method, the training costs of the two selected individuals are different. The second path individual trains a different net weights baseed on what the first individual has trained. So the second individual always have more training epochs than the first one. It may be wrong when both individuals are compared.

czhhbp avatar Feb 08 '19 03:02 czhhbp

Hi,

Thank you for your interesting about my repo.

This algorithm as I remember, is to use trained NN in previous task.

I can't fully understand second have more training epochs, but when both tasks are similar or commonsense, trained NN in first task helps training for second task.

jsikyoon avatar Jul 23 '19 15:07 jsikyoon