Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the training costs of the two selected individuals are different. #12

Open
czhhbp opened this issue Feb 8, 2019 · 1 comment
Open

Comments

@czhhbp
Copy link

czhhbp commented Feb 8, 2019

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.

@jsikyoon
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants