Not using constants in trees in SymbolicRegression.jl

Hi,

I wonder how can we tell SymbolicRegression.jl to not use any constants (e.g., 2.0, 15.6) when creating its trees, only the variables. I am using SRRegressor via MLJ interface. Thank you.

Regards