-
Hello, First of all, thank you very much for this great framework! I would like to define a termination criteria which will stop the optimization when an objective space tolerance (ftol) calculated on feasible (= constraints respected) individuals only is reached. I'm not sure of what is the best way to do it:
Could you please help me? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I would probably write a custom termination for this and re-use or copy code from existing pymoo terminations. I have recently posted in #527 an example of how to design a custom termination and how to use it. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your support and sorry for my late reply. I will try to define a custom termination with this example and go back here if necessary. |
Beta Was this translation helpful? Give feedback.
I would probably write a custom termination for this and re-use or copy code from existing pymoo terminations.
I have recently posted in #527 an example of how to design a custom termination and how to use it.
Does this work for you?