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

why are n no.of islands are used. #5

Open
KOVVURISATYANARAYANAREDDY opened this issue Feb 22, 2024 · 1 comment
Open

why are n no.of islands are used. #5

KOVVURISATYANARAYANAREDDY opened this issue Feb 22, 2024 · 1 comment

Comments

@KOVVURISATYANARAYANAREDDY

Hello Team.

I really appreciate the work you did, its veery useful in solving math problems.

One doubt i have is
If we have Clusters in island which stores all the programs with same scores. why do we require n no.of islands only one island is enough right?

Please help me understand this.

Thank you in advance.

@Rubiel1
Copy link

Rubiel1 commented Mar 6, 2024

Hi,
If we have Clusters in island which stores all the programs with same scores
I am not sure what part of the code you refer to, but in the paper they explain how each island is evolving independently, then they discard the lowest performing islands and repopulate them using elements from the best islands. Each island is like a small experiment. With one island you perform one experiment.

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