The default number of epochs in ANFIS is 3. But I have found journals where 300 epochs were used. How much is the maximum number of epochs to be provided to get an accurate result?
The number of epochs should be determined from your error plot. You stop at the point where your error line begins to increase after attaining its lowest value
The number of epochs depends on your problem. You should use enough epochs to avoid over fitting. in the problems that I have seen , it was less than 200.