CardiacModelling / BenNevis

"Where is Ben Nevis" presents the landscape of Great Britain as a testbed for optimisation and sampling methods.
Other
2 stars 1 forks source link

Decide on good starting points #13

Closed MichaelClerx closed 3 years ago

MichaelClerx commented 3 years ago
mirams commented 3 years ago

I think (for a competition) I would just let people pick those and just give them the domain (a 1x1 square).

MichaelClerx commented 3 years ago

You mean a square that encompasses the full island?

mirams commented 3 years ago

Yeah, which you can rotate for different competition entrants perhaps

MichaelClerx commented 3 years ago

One procedure would be:

  1. transform the four corner points of the grid
  2. take min and max x and y coords of resulting points

This would give different search space to land mass ratios depending on the rotation, so maybe better to

  1. rotate around center instead of (0, 0)
  2. use fixed box around result, i.e. with sides that are 2*unrotated-height long
  3. scale and translate island + box
  4. return box bounds
mirams commented 3 years ago

I think I would just draw a big box, then translate/rotate UK so it stays within it but don't scale it (so that gradients remain actual gradients of hills).

MichaelClerx commented 3 years ago

Hmmmm... I was thinking to scale x,y,z with the same factor

MichaelClerx commented 3 years ago

I suppose it's hard enough without that

mirams commented 3 years ago

OK, I guess that is fairly arbitrary, in terms of whether you choose box bounds of 1 or 2 or what