luca-scr / GA

An R package for optimization using genetic algorithms
http://luca-scr.github.io/GA/
91 stars 29 forks source link

Plotting GA object without burn-in period #47

Closed cestey closed 4 years ago

cestey commented 4 years ago

Hi. I would like to run plot(GA , log="x") on the domain 100:maxiter, so ignoring the first 100 generations in the plot. Is there a way to do this through extracting information from the GA object directly or another way?

Thanks for your time.

luca-scr commented 4 years ago

You can't obtain that automatically, but you can extract all the info available in the returned object. See help("ga-class") for available slots.