Zone blocking
implement a zone blocking-esque algorithm for comparison with greedy and decmcts.
NOTE: Zone blocking only works for two arms.
NOTE: not sure if we can call it zone blocking since zone blocking can get smarter than the simple method we will implement.
-
assign contours by the starting position -
greedy algo but with each arm only picking contours from it's available contours
Edited by Jayant Khatkar