AI Mathematical Olympiad (source code)

= AI Mathematical Olympiad
{c}
{tag=High school knowledge olympiad}

= AIMO
{c}
{synonym}

https://aimoprize.com

Not too exciting because of the <high school knowledge olympiad> level, but respectable.

* https://www.kaggle.com/competitions/ai-mathematical-olympiad-progress-prize-3/overview is round 3.

  Every problem has one final integer answer:
  > In this competition, every ground-truth label is an integer between 0 and 99999

  Non-integer results like square roots are just rounded off to produce an integer they mention:
  > $10^{4} \sqrt{2} = 14142$

  Also unlike <Project Euler> and like <IMO>, all only limited computations are required, i.e. you are not expected to do full blown <program generation> to reach a final answer. Which makes this further less exciting.