You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know what code the other framework is using? Is it the method or the way it is implemented that causes the speed-up?
pymoo is borrowing its Hypervolume implementation as well from Simon Wessing (you might have already seen that).
Do you know what code the other framework is using? Is it the method or the way it is implemented that causes the speed-up? pymoo is borrowing its Hypervolume implementation as well from Simon Wessing (you might have already seen that).
For now I am the main maintainer but contributions are welcome. The idea is to implement all critical pieces in C/C++ but if some code is only available in Python or R, it can be added in the hopes that somebody will move it to C/C++ in the future. All the infrastructure to build and test C/C++ code for Python/R is already in place, so it is quite easy to add new stuff.
Hi,
I did a few tests comparing the time required to calculate the hypervolume using pymoo and using moocore: https://multi-objective.github.io/moocore/python/
With 3 objectives, pymoo is 200-1000 times slower than moocore:
With 4 objectives, pymoo is 300-600 times slower:
This is the script that I have used:
The text was updated successfully, but these errors were encountered: