Marco
Marco
My 2 cents: some time ago I had this exact use case. I agree the information is the exact same as using `cumulative=True`, but negating the `y` is just what...
Thank you @folivetti . This is indeed a rounding problem because C++ uses double precision but the output displays only the first (I think) 5 digits. A way to fix...
I have done something like that in the past. You have a good catch of mutating a single tree at the time: as the search space is larger with multi-trees,...
update: as most people are using GP-GOMEA for regression without sample weight, this is currently on hold.