Comment on Things I would have told myself before building an autorouterComments−swayvil1yDon't diss monte carlo.10000000000 random guesses can be way faster than a clever calculation.And maybe there is no clever calculation.−TheHideout1yAgreed, if you aren't using Monte Carlo methods in your algorithms then your problem probably isn't hard enough, or your solutions are fragile to variance.
Comments
Don't diss monte carlo.
10000000000 random guesses can be way faster than a clever calculation.
And maybe there is no clever calculation.
Agreed, if you aren't using Monte Carlo methods in your algorithms then your problem probably isn't hard enough, or your solutions are fragile to variance.