I have two iteration methods say ite1 and ite2 . If ite1 is performing well in terms of number of iterations and accuracy while ite2 is slightly better than ite1 in terms of computing time only. Which method would be better one? Could anybody clear my doubt? I would be very much thankful.
Edit 1: I want to compare my proposed iteration method with some other iteration methods. I have taken three parameters: Number of iterations, computing time, accuracy. I found that my proposed methhod has better accuracy and taking less number of iterations in comparison to other methods, while one particular method is slightly better than mine in terms of computing time only. I am confused how can i say that my method is better than others or shall I remove computing time parameter?