Research Article

Optimal Gasoline Price Predictions: Leveraging the ANFIS Regression Model

Table 3

The hyperparameters for the ANFIS model with PSO optimization.

HyperparameterDescriptionValues

n_mfNumber of membership functions for each input feature[2, 2, 2, 2]
n_outputsNumber of output labels or classes for the ANFIS modelDetermined by data
ProblemSpecifies the type of problem (classification “C” or continuous regression)“C” or none
nPopNumber of particles in the PSO algorithm500
EpochsNumber of iterations the PSO algorithm will run100
KAverage size of each particle’s group of informants in PSO3
phiCoefficient for calculating confidence coefficients in PSO2.05
vel_factVelocity factor for calculating max/min velocities in PSO0.5
conf_typeConfinement type for particle velocities in PSO“RB” (random-back)
IntVarSpecifies which variables should be treated as integersNone or “all”
NormalizeIndicates if the search space should be normalizedFalse
radNormalized radius of the hypersphere centered on the best particle0.1
mu_deltaAllowed movement range for the mean of membership functions0.2
s_parParameters for the standard deviation of membership functions[0.5, 0.2]
c_parRange for the exponent of membership functions[1.0, 3.0]
A_parRange for the coefficients of the consequent functions[−1.0, 1.0]