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

differences in handling suggestions between ga and gaisl #24

Closed
fxdlmatt opened this issue Jan 23, 2019 · 1 comment
Closed

differences in handling suggestions between ga and gaisl #24

fxdlmatt opened this issue Jan 23, 2019 · 1 comment

Comments

@fxdlmatt
Copy link

The suggestion matrix in ga() does not have to be the same number of rows as popSize, but this is necessary for gaisl() because of the following code:

suggestions <- suggestions[seq(popSize), , drop = FALSE]

The help file for gaisl() has the same information as in ga(), which doesn't mention this constraint.

@luca-scr
Copy link
Owner

Fixed in the dev version available in GitHub.

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