To be honest: I cannot see anything frustrating here. My understanding (!) is: When you use FindMinimum
and it gives a result without any warning, then in any case the number of iterations was obviously sufficient - and increasing MaxIteration
is pointless. If MaxIteration
was too small then it throws a warning, displaying the (insufficient) number of iterations used. (Here this is provoked:)

But reading Daniels answer I get the suspicion that I might be wrong ...