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

I suggest a crossover function "cxBlendBounded" #528

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

Conversation

yushikmr
Copy link

issue

#527

about

I have made a fix for this issue #527 .

"cxBlendBounded" function is likely to cxBlend, and we can specify the range each real variables.

I think This function makes it possible to apply blend crossover to a wide variety of problems.

cxBlendBounded

This intersection function first makes an intersection similar to cxblend. Then, if the variable of the child individual exists outside the specified range, the value of the boundary line of the range is assigned. The operation of assigning a value to the boundary of a range is the same as the operation of cxSimulatedBounded.

change point

  • in deap.tools.crossover module, add cxBlendBounded function

  • Reflected the added function in the document

@yushikmr yushikmr marked this pull request as draft December 12, 2020 14:53
@yushikmr yushikmr marked this pull request as ready for review December 12, 2020 14:55
@yushikmr yushikmr closed this Dec 12, 2020
@yushikmr yushikmr reopened this Dec 12, 2020
@yushikmr yushikmr marked this pull request as draft December 12, 2020 15:46
@yushikmr yushikmr marked this pull request as ready for review December 12, 2020 15:46
@yushikmr
Copy link
Author

yushikmr commented Dec 12, 2020

I added python3.8 to trvis.yml because this file seems out of date

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.

1 participant