Skip to content

Beginner to interpret the output of a 30-binary, 3-objective problem #514

Answered by blankjul
dinohsu1019 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes you can look only into the Pareto front. The size will be at least one for unconstrained problems.

You can use a Callback (https://pymoo.org/interface/callback.html) to track how many solutions are feasible.

You can not minimize but start it again with a biased population (you can use here the result returned by your first minimize call)
https://pymoo.org/customization/initialization.html

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dinohsu1019
Comment options

@blankjul
Comment options

@dinohsu1019
Comment options

Answer selected by dinohsu1019
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