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

TrainEA.getMethod() returns a Population #230

Open
harrydentCA opened this issue Aug 8, 2016 · 0 comments
Open

TrainEA.getMethod() returns a Population #230

harrydentCA opened this issue Aug 8, 2016 · 0 comments
Labels
Milestone

Comments

@harrydentCA
Copy link

harrydentCA commented Aug 8, 2016

In the TrainEA class, the javadoc for getMethod() specifies it should return

A network created for the best genome.

But the method body looks like

public MLMethod getMethod() {
    return this.getPopulation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants