Optimize with galapagos

hi everyone
I want to optimize two number slider with galapagos and I need one of these sliders always be larger than other one by 0.2 , what can I do for that?

Replace the second slider with an addition component and just add 0.2 to the first one.

hi louis, thank you for your reply
How do you limit the final result to the way you said? For example, in the picture below, i need the final result be less than -0.1. And how did you put it in the Galapagos?

I would just set the limit of the upper slider to -0.3.

thank you