Knowledge Engineering and Data Science (KEDS) pISSN 2597-4602 Vol 6, No 1, April 2023, pp. 15–23 eISSN 2597-4637 https://doi.org/10.17977/um018v6i12023p15-23 ©2023 Knowledge Engineering and Data Science | W : http://journal2.um.ac.id/index.php/keds | E : keds.journal@um.ac.id This is an open access article under the CC BY-SA license (https://creativecommons.org/licenses/by-sa/4.0/) Ant Colony Optimization for Resistor Color Code Detection Slamet Wibawanto a,1,*, Kartika Candra Kirana a,2, Hani Ramadhan b,3 a Department of Electrical Engineering and Informatics, Universitas Negeri Malang, Malang 65145, Indonesia b Data Department, Pusan National University, Busan 46241, South Korea 1 slamet.wibawanto.ft@um.ac.id*; 2 kartika.candra.ft@um.ac.id; 3 hani042@pusan.ac.kr * corresponding author I. Introduction Resistors are components that are often found in electronic circuits. Resistors contain a resistance value or resistance designed to regulate voltage and electric current [1]. Based on the EIA (Electronic Industries Association) rules, the resistance value is shown by a color band [2]. Twelve colors have different value representations depending on the color position [3]. Many combinations of color bands raise the need for technology that can automatically measure resistor values visually. Various combinations of automatic resistor measurement methods have been proposed in previous studies. Machine learning is a popular method used. Gao et al extract characters from on-chip resistors using traditional segmentation and classify the segmentation results using artificial neural networks [4]. Wu proposed gravity features and classified stroke lines using the decision tree recognition method to recognize characters on-chip resistors [5]. Li et al developed a color band recognition method using the Retinex algorithm and a Back Propagation neural network on a resistor image acquired using a black-and-white industrial camera [6]. Muminovic and Sokic developed a resistor color band classification using the Support Vector Machine (SVM) [7]. Chen and Wang cluster the main body color and the extracted band color using K-Nearest Neighbour (K-NN) [8]. In addition, color-based segmentation approaches and statistical analysis are also popularly proposed. Yan et al refined the traditional segmentation results on PCB resistors using local gray-level distributions [9]. Jadon et al proposed morphological operation using binarization and mean a shift to cluster resistor values [10]. Li et al proposed a PCB recycling system using information retrieval based on the color of the resistors, capacitors, and integrated circuits (ICs) [11]. Abdallah et al implement a weighting resistor matrix (WRM) to detect resistor lines [12]. Li et al proposed calculating the symmetrical Kullback-Leibler distance to measure the difference in the class distribution of resistor rings [13]. The previously proposed computed all image matrix values include the non-resistor area, which is more than the resistor area. Furthermore, most of their methods work iteratively. It triggers computational complexity [14]. Heuristic algorithms can be applied to select commercial matrix ARTICLE INFO A B S T R A C T Article history: Received 29 February 2023 Revised 31 March 2022 Accepted 06 April 2023 Published online 30 April 2023 In the early stages of learning resistors, introducing color-based values is needed. Moreover, some combinations require a resistor trip analysis to identify. Unfortunately, a resistor body color is considered a local solution, which often confuses resistor coloration. Ant Colony Optimization (ACO) is a heuristic algorithm that can recognize problems with traveling a group of ants. ACO is proposed to select commercial matrix values to be computed without preventing local solutions. In this study, each explores the matrix based on pheromones and heuristic information to generate local solutions. Global solutions are selected based on their high degree of similarity with other local solutions. The first stage of testing focuses on exploring variations of parameter values. Applying the best parameters resulted in 85% accuracy and 43 seconds for 20 resistor images. This method is expected to prevent local solutions without wasteful computation of the matrix. This is an open access article under the CC BY-SA license (https://creativecommons.org/licenses/by-sa/4.0/). Keywords: Resistor Color Code Best Parameter Ant Colony Optimization http://u.lipi.go.id/1502081730 http://u.lipi.go.id/1502081046 http://journal2.um.ac.id/index.php/keds mailto:keds.journal@um.ac.id https://creativecommons.org/licenses/by-sa/4.0/ https://creativecommons.org/licenses/by-sa/4.0/ 16 S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 values to be computed, thus, it is expected to reduce computational complexity [15]. The results of the comparison of algorithms show that the ant colony optimization performs better than other heuristic methods [16][17]. Furthermore, the use of the ant system in various segmentation cases has proven to be superior, such as mitotic cells [18], word [19], and traveling salesman problems [20]. In this study, resistor value estimation using ant colony optimization is proposed. The ant colony optimization algorithm is a metaheuristic inspired by the foraging behavior of ants [21]. In this context, the ants represent individual agents that traverse the resistor rods, seeking to find the other resistor rod. As they move along the nodes of the resistor rings, the ants leave behind a pheromone trail, mimicking the pheromone deposition of real ants. The concentration of pheromone on each node serves as a measure of its attractiveness or desirability. The proposed method leverages the power of ant colony optimization to estimate the resistor values. Each ant selects its path through the resistor rings based on a combination of pheromone trails and heuristic information. The pheromone trails guide the ants towards the nodes with higher pheromone concentration, which are likely to correspond to the locations of the resistor rods. Meanwhile, the heuristic information provides additional guidance by incorporating domain-specific knowledge or constraints into the decision-making process [22]. By iteratively applying the ant colony optimization algorithm, the pheromone trails are updated dynamically, allowing the ants to progressively refine their paths. This iterative process encourages the exploration of different paths initially and gradually favors the exploitation of the most promising paths based on the accumulated pheromone levels [23]. As a result, the ants effectively converge towards the optimal paths that lead to accurate estimation of the resistor values. One key aspect considered in this study is the selection of the node with the highest pheromone concentration in each resistor ring for distance measurement. This node is expected to be closer to the corresponding resistor rod, providing valuable information for accurate estimation. By focusing on the nodes with higher pheromone levels, the proposed method intelligently prioritizes the exploration of regions likely to contain the resistor rods, improving the efficiency and effectiveness of the estimation process. The use of ant colony optimization in resistor value estimation offers several advantages. It is a flexible [24] and adaptive approach [25] that can handle different resistor network configurations and accommodate variations in resistor characteristics. The algorithm's ability to leverage collective intelligence and distributed decision-making enables robust estimation even in the presence of noise or uncertainties in the circuit [26]. Furthermore, the method can potentially overcome the limitations of traditional techniques by providing more accurate estimations and reducing the dependency on explicit mathematical models. II. Methods This study employed EIA images as the training data for the proposed method. The training dataset consisted of a diverse range of EIA images, which were collected from various sources and curated for this study. A total of 20 test images were randomly selected from Google to evaluate the performance of the method on unseen data. To provide a comprehensive understanding of the dataset, Table 1 summarizes the characteristics and properties of the training data [27], including the number of samples, their associated labels or annotations, and relevant metadata. The distribution of the training data is visualized in Figure 1 (b), where each data point represents a specific EIA image along with its corresponding label. For the test data, Figure 1 (a) showcases a subset of the randomly chosen test images. These images were carefully selected to cover a wide range of scenarios and variations in resistor configurations. The test data is crucial for assessing the generalization capabilities of the proposed method and its ability to accurately estimate resistor values in real-world settings. S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 17 Table 1. Training Data Color 1st Band 1st Band 1st Band Multiplier Tolerance(%) Black 0 0 0 1 ohm Brown 1 1 1 10 ohm +1% (F) Red 2 2 2 100 ohm +2% (g) Orange 3 3 3 1 Kohm Yellow 4 4 4 10 Kohm Green 5 5 5 100 Kohm +0.5% (D) Blue 6 6 6 1 Mohm +0.25% (C) Violet 7 7 7 10 Kohm +0.10% (B) Grey 8 8 8 100 Kohm +0.05% White 9 9 9 1 GOhm Gold 0.1 ohm +5% (J) Silver 0.001 ohm +10%(K) (a) (b) (c) Fig. 1. Images (a) testing data (b) training data (c) uncounted resistor body In order to ensure a consistent and reliable analysis, certain preprocessing steps were applied to both the training and test data. Firstly, all resistor positions were standardized to a vertical orientation, with an allowable angle deviation of less than 10 degrees. This orientation normalization step helps in reducing potential variations caused by the rotation or tilt of the resistors in the images. Additionally, the ends of the resistor iron were cropped to remove any irrelevant or distracting elements that could interfere with the accurate estimation of resistor values. This cropping process helps to focus solely on the essential region of interest, allowing the method to concentrate its analysis on the relevant components of the resistors. Furthermore, during the preprocessing phase, a thorough detection and removal process was implemented to eliminate any uncounted resistor body templates from the training data. Figure 1 (c) provides a visual representation of these identified templates that were excluded from the training dataset. By eliminating such templates, the method avoids potential biases or distortions in the estimation process, ensuring the accuracy and reliability of the results. Overall, the use of EIA images as training data, supplemented with the randomly selected test images, provides a robust and diverse dataset for evaluating the proposed method's performance. The careful preprocessing steps, including orientation normalization, cropping of resistor ends, and removal of uncounted resistor body templates, contribute to the accuracy and reliability of the resistor value estimation process. 18 S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 In this case, the ant colony algorithm can choose the best ring value representation based on Pheromone. The pseudocode of the Ant Colony Algorithm is shown in Pseudocode 1. The ants will alternately explore the resistor color nodes in the dimensions of the matrix until the ants reach the farthest resistor bar or color code (Ringmax). Based on resistor theory, the maximum ring reaches 5 rings. Ants leave pheromones at the nodes they pass through, as shown in (1). PSEUDOCODE 1: ACOResistor() Init Pheromone(𝜏𝑖𝑗), Population, Ringmax Input: resistor matrix(𝜇𝑖𝑗) Output: ColourBandbest While ~ the rod do For k=1 to population do For l= 1 to Ringmax do ColourBandkl  Construct Solution() If Reach Fitness () ColourBandbest  ColourBandkl End End Update 𝜏𝑖𝑗 End End Return ColourBandbest 𝜏𝑖𝑗 = 𝜏𝑖𝑗 𝑎𝜇𝑖𝑗 𝛽 ∑ 𝜏𝑖𝑗 𝑎𝜇𝑖𝑗 𝛽 (1) Equation (1) shows pheromones. 𝜏𝑖𝑗 are influenced by heuristic information. In this case, the heuristic information-𝜇𝑖𝑗 is the RBG matrix on the resistor image. 𝛼 and 𝛽 indicate the amount of Pheromone and heuristic information in influencing the movement of ants. The solution based o n Pheromone and heuristic information is computed in the construct solution function shown in Pseudocode 2. PSEUDOCODE 2: Solution() While ~ the rod of ring do If node selected do Update 𝜏𝑖𝑗  Eq (1) RangeColourBandkl  𝜇𝑖𝑗 End End If 𝜏𝑖𝑗 ≠ 0 do MeanColourBandkl  mean(RangeColourBandkl) ColourBandkl  minDistance(MeanColourBandkl, 𝜇𝑡𝑟𝑎𝑖𝑛 ) End If l is last do Set tolerance Elseif l is loast-1 do Set 10^ ColourBandkl Else Set ColourBandkl End Based on Pseudocode 2, the pheromone is a marker of areas passed and not passed by ants, whereas heuristic information passed by ants is a temporary solution. The solutions formed in each ring are computed based on the mean function. The distance between training and testing data is calculated to get the Ring value. In addition, the position is also used to get the precision resistor value. The ring shows the tolerance value if it is in the last position. S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 19 Meanwhile, if the ring is in the last-1 position, then the ring shows 10 to the power of the ring's value. In addition, the value of the ring shows the value of the ring itself, both in tens and hundreds. Thus, an ant creates a solution set of combined color ring values. The best solution is selected based on the fitness function shown in Pseudocode 3. PSEUDOCODE 3: Solution() For each (ColourBandkl) Calculate similarity of ColourBandkl If similarity ColourBandkl is maximum do ColourBandbest  ColourBandkl End The pheromone update function is applied every time the ant changes to prevent local solutions. The local update pheromone is shown in (2). 𝜏𝑖𝑗 = (1 − 𝜌)𝜏𝑖𝑗 + 𝜌0𝜏0 , (2) where 𝜌 and 𝜌0 is the parameter that is set to prevent the ant from passing through the same node as the previous ant. We tested parameters to form the best ant colony architecture. The trial variations of initialization are shown in Table 2. Table 2. The trial variations of initialisation Variable The Set of Members 𝛼 {0,0.5,0.75,1} 𝛽 {1,0.5,0.25,0} Population {1,2,3} 𝜌, 𝜌0 {1,0},{0,1},{1,1},{0,0} After getting the best parameter values, we tested the accuracy percentage as in (3). 𝐴𝐶𝐶 = 𝐶/𝐴 × 100% (3) Where the accuracy (ACC) is the correct total-C against all of data-A. III. Result and Discussion Ant Colony Optimization is proposed to select commercial matrix values to be computed without preventing local solutions. In this study, each explores the matrix based on pheromones and heuristic information to generate local solutions. Global solutions are selected based on their high degree of similarity with other local solutions. In order to achieve a global solution, many parameters need to be initialized. For this reason, the first testing stage focuses on exploring variations of parameter values. In the first trial we evaluated the use of a and b, shown in Table 2. The results show that heuristic information plays a major role in the classification results. Based on Equation (1), pheromones are influenced by heuristic information, thus if the heuristic information is omitted, then the Pheromone loses information to select the point that is considered a ring or not. Based on Table 3, the selected values are αand β are 0 and 1, respectively. Table 3. Testing of α and β Variable Accuracy(%) 𝛼 = 0, 𝛽 = 1 85 𝛼 = 0.5, 𝛽 = 0.5 65 𝛼 = 0.75, 𝛽 = 0.25 55 𝛼 = 1, 𝛽 = 0 30 20 S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 Table 4. Testing of ρ and ρ_0 Variable Accuracy(%) 𝜌 = 0, 𝜌0 = 0 60 𝜌 = 1, 𝜌0 = 0 85 𝜌 = 0, 𝜌0 = 1 50 𝜌 = 1, 𝜌0 = 1 60 Table 5. Testing of population Variable Accuracy(%) Duration (second) 1 (right) 85 43 1(left) 85 43 1(random) 80 328 2 85 133 Table 6. The parameter setting Variable Accuracy(%) 𝛼 0 𝛽 1 Population 1 𝜌, 𝜌0 {1,0} In the second test, we evaluate the effect of 𝜌0 of the initial Pheromone and 𝜌 of the additional pheromones. The best values of 𝜌 and 𝜌0 are 1 and 0 respectively. Setting 𝜌 =1 at (1- 𝜌) in Equation 2 eliminates the effect of additional pheromones, while the initialization of 𝜌=0 eliminates the effect of the initial pheromones. Thus, all pheromone values change to zero, causes the ant path to be unaffected by the previous ant path. If the previous path is wrong, the next ant path does not repeat the same error. Worst results are obtained in setting values 𝜌=0, 𝜌0=1. Setting this value increases the pheromone value, allowing the ants to explore the same area. When the first ant explores the wrong way, the next ant will also fall into the wrong path. We tested with three variations of values with five conditions, consisting of (1) an ant explored the right edge, (2) an ant explored the left edge, (3) an ant are set randomly, (4) two ants explored both edges, (4) 3 ants explored the middle and two edges of resistor (5) an ant explored the right edge. Table 5 shows no difference in using 1 or 2 ants placed on the edge area shown at the same accuracy value. This is due to the edges being unaffected by the acquisition light. However, the middle part triggers a misrepresentation of the resistor code value caused by the light effect. Things are different when the ants are set at random. Ants are often set in locations instead of resistors, ants circle around to find the first ring. This triggers a longer computation time, even longer than 3 ants. Thus the, further research can be allocated for setting the location of ants. The set parameter values were determined in Table 6 based on the previous test. Fig. 2. Result S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 21 Figure 2 shows the test results with the best value parameter settings. 3 errors occur in the same characteristics, namely when the resistor is white. The error result is shown in Figure 3. The third error is caused by the ring's color, which resembles the background, so the ring's value is incorrectly detected as a background. Fig. 3. Error Result Meanwhile, the path traversed by the ants is shown in Figure 4. The ants explore part of the ring, both on the right edge and ants on the left edge. However, applying the best parameters resulted in 85% accuracy and 43 seconds times for 20 images. This method is expected to prevent local solutions without wasteful computation of the matrix. (a) (b) Fig. 4. Ant Path (a) Right Path Initialization (b) Left Path Initialization A resistor color detector could be used in the classroom as a teaching tool if it is developed. The instructor will explain the resistor color code with the help of the notes and handouts. The student will attend the teacher's demonstration, engage in question and answer sessions, and conduct analysis. The students will review the color code handouts and consult with the instructor about any questions. As a last step, students will follow the information provided by the proposed detector. This scenario may prove to be instructive for students just beginning their electrical engineering education. IV. Conclusion In this study, Ant Colony Optimization is proposed to select commercial matrix values to be computed without preventing local solutions. Pheromones and heuristic information in the form of RGB matrices contribute greatly to the movement of ants. Global solutions are selected based on their high degree of similarity with other local solutions. In order to prevent the local solutions, the local updated pheromones are employed. In the testing, we explored the various variations of parameter values, such as: 𝛼, 𝛽, 𝜌, 𝜌0, and population. We get the best accuracy by applying 𝛼 = 0, 𝛽 = 1, 𝜌 = 1, 𝜌0 = 0 and population = 1. Applying the best parameters resulted in 85% accuracy and 43 seconds for 20 images. It can be concluded that the proposed method prevents local solutions without exploring all the matrix values. The future implementation of the color detector at school could benefit electrical engineering students. 22 S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 Declarations Author contribution All authors contributed equally as the main contributor of this paper. All authors read and approved the final paper. Funding statement This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit sectors. Conflict of interest The authors declare no known conflict of financial interest or personal relationships that could have appeared to influence the work reported in this paper. Additional information Reprints and permission information are available at http://journal2.um.ac.id/index.php/keds. Publisher’s Note: Department of Electrical Engineering and Informatics - Universitas Negeri Malang remains neutral with regard to jurisdictional claims and institutional affiliations. References [1] E. Murdani and S. Sumarli, “Student learning by experiment method for analyzing the dynamic electrical circuit and its application in daily life,” J. Phys. Conf. Ser., vol. 1153, p. 012119, Feb. 2019. [2] P. Ctibor, J. Sedlacek, R. Musalek, T. Tesar, and F. Lukac, “Structure and electrical properties of yttrium oxide sprayed by plasma torches from powders and suspensions,” Ceram. Int., vol. 48, no. 6, pp. 7464–7474, Mar. 2022. [3] G. J. Brouwer and D. J. Heeger, “Categorical Clustering of the Neural Representation of Color,” J. Neurosci., vol. 33, no. 39, pp. 15454–15465, Sep. 2013. [4] S. Gao, T. Qiu, G. Wang, A. Huang, and J. Yu, “Printing Characters Recognition of Chip Resistors Based on the Combination of Image Segmentation and Artificial Neural Network,” in 2021 16th International Conference on Computer Science & Education (ICCSE), 2021, pp. 643–647. [5] T. Wu, “A Degraded Character of Printed Number Recognition Algorithm,” in 2016 8th International Conference on Intelligent Human-Machine Systems and Cybernetics (IHMSC), 2016, vol. 01, pp. 156–159. [6] X. Li, Z. Zeng, M. Chen, and S. Che, “A new method of resistor’s color rings detection based on machine vision,” in 2017 Chinese Automation Congress (CAC), 2017, pp. 241–245. [7] M. Muminovic and E. Sokic, “Automatic Segmentation and Classification of Resistors in Digital Images,” in 2019 XXVII International Conference on Information, Communication and Automation Technologies (ICAT), 2019, pp. 1– 6. [8] Y.-S. Chen and J.-Y. Wang, “Reading resistor based on image processing,” in 2015 International Conference on Machine Learning and Cybernetics (ICMLC), 2015, vol. 2, pp. 566–571. [9] H. Yan, Z. Chen, M. Liu, L. Liu, and Y. Liu, “Prior Knowledge For Coarse To Fine PCB Resistor Segmentation,” in 2021 International Conference on Computer Information Science and Artificial Intelligence (CISAI), 2021, pp. 985– 988. [10] A. Jadon, A. Varshney, N. G. Varshney, and M. S. Ansari, “Simple and Efficient Non-Contact Technique for Resistor Value Estimation,” in 2018 International Conference on Communication and Signal Processing (ICCSP), 2018, pp. 938–941. [11] W. Li, B. Esders, and M. Breier, “SMD segmentation for automated PCB recycling,” in 2013 11th IEEE International Conference on Industrial Informatics (INDIN), 2013, pp. 65–70. [12] A. Abdallah, D. Felici, G. Aielli, and R. Cardarelli, “FPGA implementation of resistor network for fast segment line detector,” in 2017 29th International Conference on Microelectronics (ICM), 2017, pp. 1–4. [13] N. Li, F. Liu, L. Qiu, and X. Su, “A Geometric Active Contour Model Using Symmetrical Kullback-Leibler Distance for SAR Image Segmentation,” in IGARSS 2018 - 2018 IEEE International Geoscience and Remote Sensing Symposium, 2018, pp. 6983–6986. [14] O. Goldreich, “Computational Complexity: A Conceptual Perspective,” SIGACT News, vol. 39, no. 3, pp. 35–39, Sep. 2008. [15] F. Neumann and C. Witt, “Bioinspired Computation in Combinatorial Optimization: Algorithms and Their Computational Complexity,” in Proceedings of the 15th Annual Conference Companion on Genetic and Evolutionary Computation, 2013, pp. 567–590. [16] E. Fejzagić and A. Oputić, “Performance comparison of sequential and parallel execution of the Ant Colony Optimization algorithm for solving the traveling salesman problem,” in 2013 36th International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO), 2013, pp. 1301–1305. [17] L. Haoguang, Y. Yunhua, and S. Xuefeng, “Load parameter identification based on particle swarm optimization and the comparison to ant colony optimization,” in 2016 IEEE 11th Conference on Industrial Electronics and Applications (ICIEA), 2016, pp. 545–550. [18] B. Xu, M. Lu, J. Shi, J. Cong, and B. Nener, “A Joint Tracking Approach via Ant Colony Evolution for Quantitative Cell Cycle Analysis,” IEEE J. Biomed. Heal. Informatics, vol. 25, no. 6, pp. 2338–2349, 2021. [19] G. Tambouratzis, “Using an Ant Colony Metaheuristic to Optimize Automatic Word Segmentation for Ancient Greek,” IEEE Trans. Evol. Comput., vol. 13, no. 4, pp. 742–753, 2009. [20] M. Dorigo and C. Blum, “Ant colony optimization theory: A survey,” Theor. Comput. Sci., vol. 344, no. 2, pp. 243– 278, 2005. [21] S. A. Sari and K. M. Mohamad, “Recent research in finding the optimal path by ant colony optimization,” Bull. Electr. Eng. Informatics, vol. 10, no. 2, pp. 1015–1023, Apr. 2021. [22] R. Ahahmad and K. N. Mishra, “Analysis of Intelligent Approaches for Discovery and Management of Knowledge: A Review,” SSRN Electron. J., 2022. http://journal2.um.ac.id/index.php/keds https://iopscience.iop.org/article/10.1088/1742-6596/1153/1/012119/meta https://iopscience.iop.org/article/10.1088/1742-6596/1153/1/012119/meta https://doi.org/10.1016/j.ceramint.2021.11.291 https://doi.org/10.1016/j.ceramint.2021.11.291 https://doi.org/10.1523/JNEUROSCI.2472-13.2013 https://doi.org/10.1523/JNEUROSCI.2472-13.2013 https://doi.org/10.1109/ICCSE51940.2021.9569404 https://doi.org/10.1109/ICCSE51940.2021.9569404 https://doi.org/10.1109/ICCSE51940.2021.9569404 https://doi.org/10.1109/IHMSC.2016.92 https://doi.org/10.1109/IHMSC.2016.92 https://doi.org/10.1109/CAC.2017.8242770 https://doi.org/10.1109/CAC.2017.8242770 https://doi.org/10.1109/ICAT47117.2019.8939034 https://doi.org/10.1109/ICAT47117.2019.8939034 https://doi.org/10.1109/ICAT47117.2019.8939034 https://doi.org/10.1109/ICMLC.2015.7340616 https://doi.org/10.1109/ICMLC.2015.7340616 https://doi.org/10.1109/CISAI54367.2021.00197 https://doi.org/10.1109/CISAI54367.2021.00197 https://doi.org/10.1109/CISAI54367.2021.00197 https://doi.org/10.1109/ICCSP.2018.8524266 https://doi.org/10.1109/ICCSP.2018.8524266 https://doi.org/10.1109/ICCSP.2018.8524266 https://doi.org/10.1109/INDIN.2013.6622859 https://doi.org/10.1109/INDIN.2013.6622859 https://doi.org/10.1109/ICM.2017.8268837 https://doi.org/10.1109/ICM.2017.8268837 https://doi.org/10.1109/IGARSS.2018.8517380 https://doi.org/10.1109/IGARSS.2018.8517380 https://doi.org/10.1109/IGARSS.2018.8517380 https://doi.org/10.1145/1412700.1412710 https://doi.org/10.1145/1412700.1412710 https://doi.org/10.1145/2464576.2466738 https://doi.org/10.1145/2464576.2466738 https://doi.org/10.1145/2464576.2466738 https://ieeexplore.ieee.org/abstract/document/6596460 https://ieeexplore.ieee.org/abstract/document/6596460 https://ieeexplore.ieee.org/abstract/document/6596460 https://doi.org/10.1109/ICIEA.2016.7603644 https://doi.org/10.1109/ICIEA.2016.7603644 https://doi.org/10.1109/ICIEA.2016.7603644 https://doi.org/10.1109/JBHI.2020.3032592 https://doi.org/10.1109/JBHI.2020.3032592 https://doi.org/10.1109/TEVC.2009.2014363 https://doi.org/10.1109/TEVC.2009.2014363 https://doi.org/10.1016/j.tcs.2005.05.020 https://doi.org/10.1016/j.tcs.2005.05.020 https://doi.org/10.11591/eei.v10i2.2690 https://doi.org/10.11591/eei.v10i2.2690 https://doi.org/10.2139/ssrn.4161379 https://doi.org/10.2139/ssrn.4161379 S. Wibawanto et al. / Knowledge Engineering and Data Science 2023, 6 (1): 15–23 23 [23] E. Singh and N. Pillay, “A study of ant-based pheromone spaces for generation constructive hyper-heuristics,” Swarm Evol. Comput., vol. 72, p. 101095, Jul. 2022. [24] M. Stighezza, V. Bianchi, and I. De Munari, “FPGA Implementation of an Ant Colony Optimization Based SVM Algorithm for State of Charge Estimation in Li-Ion Batteries,” Energies, vol. 14, no. 21, p. 7064, Oct. 2021. [25] S. Mishra, S. Roy, S. C. Swain, and A. Routray, “Underground Cable Fault Tracking by Ant Colony Optimization,” in 2022 IEEE Delhi Section Conference (DELCON), Feb. 2022, pp. 1–5. [26] R. K. Behara and A. K. Saha, “Artificial Intelligence Methodologies in Smart Grid-Integrated Doubly Fed Induction Generator Design Optimization and Reliability Assessment: A Review,” Energies, vol. 15, no. 19, p. 7164, Sep. 2022. [27] Pustekkom BPM Semarang, “Resistor,” Kemdikbud, 2007. https://m-edukasi.kemdikbud.go.id/medukasi/produk- files/kontenonline/online2007/resistor/kodewarnagelang.htm. (Access on 13 January 2023) https://doi.org/10.1016/j.swevo.2022.101095 https://doi.org/10.1016/j.swevo.2022.101095 https://doi.org/10.3390/en14217064 https://doi.org/10.3390/en14217064 https://doi.org/10.1109/DELCON54057.2022.9752778 https://doi.org/10.1109/DELCON54057.2022.9752778 https://doi.org/10.3390/en15197164 https://doi.org/10.3390/en15197164 file:///F:/ELEKTRO/KEDS/Layout/Revisi%20volume%206/%5b1%5d%09https:/m-edukasi.kemdikbud.go.id/medukasi/produk-files/kontenonline/online2007/resistor/kodewarnagelang.htm https://m-edukasi.kemdikbud.go.id/medukasi/produk-files/kontenonline/online2007/resistor/kodewarnagelang.htm https://m-edukasi.kemdikbud.go.id/medukasi/produk-files/kontenonline/online2007/resistor/kodewarnagelang.htm