Galapagos new population generation and Fitness value late updating

I do some optimizations and the analysis requires some seconds to get the fitness value.
The Galapagos solver seems to not wait for the new fitness value and regenerates the new population quickly. Am I right about this?
Is there any way to force the optimization algorithm to generate the new population only if the fitness value is changed?
Thank you.