makeVisualizingMonitor function

Generator for visualizing monitor.

Generator for visualizing monitor.

This generator visualizes the optimization process for two-dimensional functions by means of ggplot2.

makeVisualizingMonitor(show.last = FALSE, show.distribution = TRUE, xlim = NULL, ylim = NULL)

Arguments

  • show.last: [logical(1)]

    Should the last population be visualized as well? Default is FALSE.

  • show.distribution: [logical(1)]

    Should an ellipsis of the normal distribution be plotted? Default is TRUE.

  • xlim: [numeric(2) || NULL]

    Limits for the first axis. Default is NULL, i.e., the bounds are determined automatically.

  • ylim: [numeric(2) || NULL]

    Limits for the second axis. Default is NULL, i.e., the bounds are determined automatically.

Returns

[cma_monitor]

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.

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2016-12-04