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

De multi thread #553

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

De multi thread #553

wants to merge 5 commits into from

Conversation

jenyav94
Copy link

Summary

This PR aims to introduce the batch fitness evaluation scheme to enhance the de algorithm.

Overview

  • This PR preserves the previous functionality as a fallback when bfe is not initialized.
  • When bfe is initialized, all mutations are calculated prior to fitness function evaluation, which is then performed in a batch.
  • The PR separates mutation and population update into distinct functions for improved code organization.

@bluescarni
Copy link
Member

@jenyav94 thanks for the PR and sorry for the delay in replying.

I have asked @darioizzo to take a look as he is the author of the original algorithm, but he won't be able to spend time on this until the end of the month or so.

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

Successfully merging this pull request may close these issues.

None yet

2 participants