Research Article

An Optimized Hyperparameter of Convolutional Neural Network Algorithm for Bug Severity Prediction in Alzheimer’s-Based IoT System

Algorithm 2

Pseudocode of the fitness value calculation.
(1)function EvaluateFitnessValue (M, , , , )
(2)popScores  []\\ initiate the Score of population
(3)while (solution  Pop) do
(4)\\Solution mapped into HP
(5), \\model trained on training dataset
(6), \\Evaluate performance
(7)popScores  Append (popScores, (solution, fitnessValue))\\solution append
(8)return popScores\\Population Score