Replies: 1 comment
-
You can use if statements during evaluation (be sure to inherit from see the pseudo-code below:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm getting started with Pymoo, specifically with NSGAiii and I was wondering if there is a way to skip the evaluation of rest objectives upon one functional gives bad value?
To give some context:
I have three objectives defined as separate functions, and each takes a while to evaluate. Sometimes when the first functions yields a result that is considered not feasible, I'd like to skip the rest and skip the rest, while returning a constant large value to tell the algorithm to stay away from that area.
Could anyone advise if this could be done?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions