luca-scr / GA

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

Cannot Quiet GA run #21

Closed ArsenaultResearch closed 5 years ago

ArsenaultResearch commented 5 years ago

Hello, This is a rather minor problem but I am unable to quiet the output from the GA function. It does not respond to the invisible() command or implementation of the quiet=TRUE parameter. Any idea why this is occurring? Thanks, Sam

luca-scr commented 5 years ago

If I correctly understood your problem, you are looking at the wrong direction. invisible() function is used for different purposes, and quiet is not an argument of ga(). I guess you should look at the argument "monitor" in help(ga).