Expected score with mulligan: 21921/4096 miles
Expected score with mulligan: 21921/4096 miles
colab.research.google.com/drive/1jWWlg...
This covers 99.9989% after 10 cuts with several remaining pockets left around the surface. I think 13 total cuts are needed.
colab.research.google.com/drive/12ZqvB...
colab.research.google.com/drive/1jWWlg...
This covers 99.9989% after 10 cuts with several remaining pockets left around the surface. I think 13 total cuts are needed.
colab.research.google.com/drive/12ZqvB...
I also got 12, but used different approach and also not very confident each cut is best... Tried a hybrid monte carlo approach to sample many different combinations of mow cuts and choosing the greediest for each one.
colab.research.google.com/drive/1z6Cly...
I also got 12, but used different approach and also not very confident each cut is best... Tried a hybrid monte carlo approach to sample many different combinations of mow cuts and choosing the greediest for each one.
colab.research.google.com/drive/1z6Cly...
h = height
x = base
Base (left triangle)
x = 4 + 4*tan(th)
Base (middle triangle)
x = sqrt(15)/cos(th) + sqrt(15)*sin(th)
sqrt(15)/cos(th) + sqrt(15)*sin(th) = 4 + 4*tan(th)
th ≈ 0.364864
h = 4 + 4/tan(th) ≈ 14.472
x = h*tan(th) ≈ 5.527
A = 1/2*h*x ≈ 40.000
h = height
x = base
Base (left triangle)
x = 4 + 4*tan(th)
Base (middle triangle)
x = sqrt(15)/cos(th) + sqrt(15)*sin(th)
sqrt(15)/cos(th) + sqrt(15)*sin(th) = 4 + 4*tan(th)
th ≈ 0.364864
h = 4 + 4/tan(th) ≈ 14.472
x = h*tan(th) ≈ 5.527
A = 1/2*h*x ≈ 40.000