powered by
Plot the number of iterations vs objective values in log10 scale.
plot_fits(objval.vec, g = ggplot())
the array of objective function values.
the current ggplot to overlap
the plot
# NOT RUN { v <- 10*(rnorm(10000))^4 + 10 plot_fits(objval.vec=v) + basic_theme(36) # }
Run the code above in your browser using DataLab