Open DJDuque opened 1 year ago
Looking at the implementation it feels like this could possibly be introducing a bias towards x > 0, y > 0, and z > z_mean. This is just a hunch based on how the simplex is constructed from the initial parameters.
x > 0
y > 0
z > z_mean
Looking at the implementation it feels like this could possibly be introducing a bias towards
x > 0
,y > 0
, andz > z_mean
. This is just a hunch based on how the simplex is constructed from the initial parameters.