doTheEvolution
function call to visualize the optimization trace.
"autoplot"(object, show.process = FALSE, log.fitness = FALSE, complete.trace = TRUE, ...)
ecr_result
]
ecr result object.logical(1)
]
Should the function itself with the population be plotted as well? Thinks makes
in particular sense with complete.trace = FALSE
to see the progress.
Keep in mind, that this is possible only if the representation is float
and the objective function has at most two decision variables.
Default is FALSE
.logical(1)
]
Log-transform fitness values?
Default is FALSE
.logical(1)
]
Direct show the plot with the fitness for all generations.
Default is TRUE
.invisible(TRUE)
]