The ANFIS optimizer takes the training set as input and uses forward propagation and cost function to calculate the total loss of the ANFIS neural network generated. The forward() method is used for forward propagation, built on the PyTorch framework. The default training algorithm used is hybrid...