Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plot function for MOEAs #168

Open
jakobbossek opened this issue Jun 14, 2016 · 3 comments
Open

Add plot function for MOEAs #168

jakobbossek opened this issue Jun 14, 2016 · 3 comments
Assignees

Comments

@jakobbossek
Copy link
Owner

We need a nice function to visualize the Pareto front (and/or the Pareto set).
Use ggplot2 by default for 2D and offer plotly/scatterplot3d for 3D visualization.

@jakobbossek jakobbossek added this to the v1.0 milestone Jun 14, 2016
@jakobbossek jakobbossek self-assigned this Jun 14, 2016
@berndbischl
Copy link

would that operate on the optpath? paramhelpers has that to some extend

@jakobbossek
Copy link
Owner Author

No. The package does not manage the population within the optpath; it is optional for logging.
Maybe in v2.

@berndbischl
Copy link

But if you can optionally log during the algorithm into the path you can surely do that at the end? Which us also non performance critical?

And I don't really see the difference between what we would like to see in visualization of fronts compared to what you want to see. So sounds like completely duplicated code.

@jakobbossek jakobbossek removed this from the v1.0 milestone Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants