makeVisualizingMonitor {cmaesr} | R Documentation |
Generator for visualizing monitor.
Description
This generator visualizes the optimization process for two-dimensional functions by means of ggplot2.
Usage
makeVisualizingMonitor(show.last = FALSE, show.distribution = TRUE,
xlim = NULL, ylim = NULL)
Arguments
show.last |
[ |
show.distribution |
[ |
xlim |
[ |
ylim |
[ |
Details
The plot contains points representing the current population, the center of mass or mean value of the population respectively. Optionally an ellipsis represneting the normal distribution of the points can be depicted.
Value
[cma_monitor
]
[Package cmaesr version 1.0.3 Index]