ObjectVision / GLOBIO_dms

0 stars 0 forks source link

Plateau augmentation factor could be improved to overcome striped patterns #4

Open eoudejans opened 6 months ago

eoudejans commented 6 months ago

The current augmentation factor for suitabilities is taken as: id modulo 1024:

attribute<int32> plateau_augmentation_factor (domain) := int32(mod(uint32(id(domain)), uint32(pow(2f,10f))));

This leads to striped patterns as the plateaus are lowered by factor 1024 in this case.

image

eoudejans commented 6 months ago

One way to deal with these stripes is to improve the plateau augmentation factor.

MaartenHilferink commented 6 months ago

possible solutions: