I have a semi-circle on a plane and I need to determine the point on such semicircle that maximizes the sum of distances to N given points. I'm wondering what algorithm would be suitable for solving this problem efficiently. Also an approximated solution is fine.
Any suggestions or guidance would be greatly appreciated. Thank you!