renderYTraces {ParamHelpers} | R Documentation |
Plots Y traces of multiple optimization paths
Description
Can be used for only single-objective optimization paths. Useful to compare runs of different algorithms on the same optimization problem. You can add your own ggplot layers to the resulting plot object.
Usage
renderYTraces(opt.paths, over.time = "dob")
Arguments
opt.paths |
|
over.time |
|
Value
ggplot2 plot object
[Package ParamHelpers version 1.14.1 Index]