Open azinoma opened 5 years ago
Is there anything similar in 3D (having 3 agents instead of 2 for example)?
Hi,
not to my knowledge.
Of course you can get the coordinates of the points with grid.getPoints()
and then make the plot yourself.
I recommend doing that to get a feeling of the behavior of the grid refinements.
Hi, I found a shortcut to plotting gridpoints, we can use:
grid.plotPoints2D()
to plot the gridpoints andgrid.plotResponse2D()
to plot the response surface.Best, Marlon