Research Article

Optimal Operation of Cogeneration Power Plant Integrated with Solar Photovoltaics Using DLS-WMA and ANN

Pseudocode 1

Pseudocode for the O-ANN.
Input: Amb. Temp., Rel. humidity, Dew point, Wind Speed, Sky Cover, and Precipitation
Output: Solar irradiance prediction
Begin
   Initialize the neurons and layers by using,
          
   Initialize weight, bias, parameters,
   For
      Evaluate hidden layers by using,
            
      Evaluate the output layer by using,
            
      If
        Accurate prediction of solar irradiance
      Else
        Perform backpropagation by updating weights using,
      End if
   End for
End