Replies: 1 comment
-
Please see my post on GitHub issues. I am more than happy to have a chat about it. I think having a callback that iterates on the problem is a cleaner solution. Again, I am more than happy to have a chat if you are interested working on dynamic problems in pymoo. |
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
-
Hello dear community,
for my master thesis, I plan on testing / implementing several dynamic multi objective evolutionary algorithms (DMOEAs).
Therefore, I want to use pymoo as it turned out to be a great tool for previous analyses I did.
Sadly, pymoo does not provide any dynamic multi objective problems (DMOPs), such as the FDA problem class.
I am aware that jmetalpy provides this functionality, but I prefer pymoo as a framework since it easily enables stats reviews as well as biased initialization
Now before I dive into implementing the FDA Problem class in pymoo I wanted to make sure, whether this is feasible in the framework or if I might be headed in the wrong direction.
My current plan is doing something like this:
Would there be any issues by implementing this in that kind of way? Thank you very much for any response, I'm still new to the field so apologies for imprecise statements.
Beta Was this translation helpful? Give feedback.
All reactions