Skip to content

Defining sampling in problem-independent execution #264

Answered by blankjul
j-roh asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for using pymoo!

Sampling is used ONLY to create the initial population. From there on, crossover and mutation are applied to create offsprings.
We have designed the framework in a way that users have full flexibility for all operators. You can check out this tutorial for customizing crossover and mutation additionally: https://pymoo.org/problems/definition.html

A simple discrete optimization example is provided here: https://pymoo.org/customization/discrete.html

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by j-roh
Comment options

You must be logged in to vote
2 replies
@blankjul
Comment options

@j-roh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants