SciRepID - Scientific Publication Search

Publication Search

41,520 articles from 397 journals · 1,447 citations tracked

Showing 1-8 of 8

Analytics

Untung Surapati; Veri Arinal; Tri Wahyudi; Ahmad Fauzan

International Journal of Applied Mathematics and Computing 2026 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

The rise of social media has created a digital public sphere that enables users to express their opinions on social and political issues openly and in real-time. One of the most discussed topics on social media platform X is the trending hashtag #IndonesiaGelap, which reflects public concern and criticism regarding various governmental and societal conditions. This study aims to conduct sentiment analysis on tweets containing the hashtag to determine the overall sentiment trend among users. The method employed in this research is the Naive Bayes classification algorithm, known for its simplicity and effectiveness in text classification. To enhance the model’s performance, Particle Swarm Optimization (PSO) is applied to optimize feature selection and parameter tuning. The dataset consists of public tweets collected via the Twitter API, followed by preprocessing, feature extraction using TF-IDF, and sentiment classification into three categories: positive, negative, and neutral. The results indicate that the integration of PSO significantly improves the classification accuracy of the Naive Bayes model compared to the baseline. The majority of tweets related to #IndonesiaGelap exhibit a negative sentiment, indicating widespread public dissatisfaction and criticism. This research is expected to contribute to a better understanding of public perception and serve as valuable input for stakeholders in addressing social issues in the digital age.

Bintang Dwi Cahya; Beni Satria; Hamdani Hamdani

Jurnal Riset Rumpun Ilmu Teknik 2026 Pusat riset dan Inovasi Nasional

This research focuses on optimizing the control system to improve voltage stability in a 10 kW Solar Power Plant (PLTS) located in a tropical region. The main issue addressed is voltage fluctuation caused by the intermittent nature of solar radiation (200–1200 W/m²) and temperature variations (20–50°C), which result in up to 12% overshoot in the inverter. The proposed method implements a Proportional-Integral-Derivative (PID) controller optimized using the Particle Swarm Optimization (PSO) algorithm with real-time irradiation input data. The research integrates a 100 Hz digital low-pass filter to mitigate sensor noise under low irradiation conditions. Simulation results show that the PID-PSO system successfully reduces overshoot from 12.1% to 4.2% under high irradiation, and decreases settling time from 0.62 seconds to 0.31 seconds. The digital filter effectively reduces measurement deviation from 7.2% to 2.8% at 200 W/m² irradiation. The PSO optimization achieved optimal convergence within 37 iterations with an Integral of Time-weighted Absolute Error (ITAE) value of 0.18. This study concludes that the implementation of PID-PSO with a digital filter significantly enhances the voltage stability of the PLTS by 20.3% compared to conventional PID control and is ready to be applied in tropical-region smart grid systems.

Henrydunan, John Bush; Purba, Jogi; Amanah, Fadilla; Perdana, Adidtya

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Accurate wind turbine power curve modeling plays a crucial role in performance evaluation, energy yield estimation, and data-driven control strategies. However, actual power curves often exhibit non-linear behavior influenced by atmospheric variability, measurement noise, and SCADA anomalies, making conventional modeling approaches less effective. This study proposes an optimized logistic power curve model whose parameters are tuned using Particle Swarm Optimization (PSO) to improve predictive accuracy. The analysis uses the Wind Turbine SCADA Dataset from Kaggle, which undergoes extensive preprocessing including physical rule filtering, outlier detection with the Interquartile Range (IQR) method, anomaly removal, and smoothing of the power signal. A three-parameter logistic model is selected due to its ability to capture the typical S-shaped relationship between wind speed and power output. PSO is applied to identify optimal model parameters by minimizing the Mean Squared Error (MSE), utilizing 40 particles over 200 iterations. The optimized model achieves strong predictive performance with RMSE of 404.09, MAE of 179.96, and R² of 0.904 on the test set, indicating that more than 90% of the variability in actual power can be explained by wind speed. Residual analysis reveals heteroscedastic patterns and slight overestimation in mid-range wind speeds, yet overall model consistency remains high. Comparative evaluation against Linear Regression, Random Forest, and logistic modeling using curve_fit shows that the Logistic–PSO approach provides the most accurate and stable predictions. These findings demonstrate that combining logistic modeling with PSO offers an effective and robust method for data-driven wind turbine power curve optimization.

Ahmad Budi Trisnawan; Syed Asif Ali; Erlita Sulistiati

International Journal of Applied Mathematics and Computing 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

This research explores the effectiveness of heuristic techniques for solving combinatorial optimization problems, with a particular focus on the Traveling Salesman Problem (TSP). Combinatorial optimization is a critical area of study, especially in fields like computer science, engineering, and economics, where finding optimal solutions from a finite set of possibilities is crucial. However, the NP-hard nature of many combinatorial problems, such as the TSP, makes traditional exact methods like Branch-and-Bound and Dynamic Programming computationally expensive and inefficient for larger problem sizes. The primary objective of this research is to evaluate the performance of heuristic methods, including Simulated Annealing (SA), Genetic Algorithms (GA), and Iterative Computation techniques, such as Tabu Search (TS) and Particle Swarm Optimization (PSO). These methods are tested for their ability to provide approximate solutions efficiently. The findings reveal that while ACO provided the best solution quality, it had the longest runtime. TS was the fastest, though with slightly lower solution quality. SA and GA demonstrated a balance between solution quality and computational efficiency, but their performance heavily depended on parameter tuning. The hybridization of SA and GA showed potential for improving solution quality but introduced additional complexity. The research concludes that heuristic methods, especially when combined, offer viable solutions for large-scale combinatorial optimization problems, though the trade-off between solution quality and computational time must be considered when selecting an algorithm.

Serliana Serliana; Rahman Rahman; Hastuti Hastuti; Farida Yusuf; A. Mustika Abidin

Switch : Jurnal Sains dan Teknologi Informasi 2025 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

The application of algorithms in the mentoring activity scheduling system is an innovative solution to overcome the complexity of time and resource management. This study aims to develop a mentoring activity scheduling system for Reading and Writing the Qur'an (BTQ) using the particle swarm optimization (PSO) algorithm. The PSO algorithm was chosen because of its ability to find optimal solutions efficiently through a particle population approach. This system is designed to meet the schedule preferences of students and supervisors, taking into account the limited time available and the interrelationships between schedules. This study makes a significant contribution to improving the efficiency of BTQ mentoring activity scheduling, as well as demonstrating the potential of PSO in solving other scheduling problems.

Muhamad Daffa Maulana Arrasyid; Gilar Sumilar; Dimas Adi Nugraha; Elkin Rilvani

Modem : Jurnal Informatika dan Sains Teknologi 2025 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

Task scheduling in cloud computing environments is a crucial aspect in optimizing resource allocation and improving system efficiency. This research aims to analyze trends in task scheduling algorithms in cloud computing using a Systematic Literature Review (SLR) approach on various scientific publications published between 2018 and 2025. The results of the study show that Particle Swarm Optimization (PSO), Ant Colony Optimization (ACO), and Genetic Algorithm (GA) algorithms are the most commonly used methods in solving task scheduling problems. PSO stands out as an effective algorithm due to its ability to find global optimal solutions, handle non-linear and multimodal problems, and its efficiency in managing computational resources. Additionally, various studies have shown that optimization of scheduling algorithms can be achieved through a combination or modification of existing methods to improve system performance. This study provides in-depth insights into the development of scheduling algorithms in cloud computing and opens up opportunities for further research in developing more innovative and adaptive approaches.

Muhammad syahrizal ibnu jihad; Yuliana Dwi Hapsari; Satrio tegar wicaksono

International Journal of Science and Mathematics Education 2024 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Natural resource management involves complex decision-making processes that often result in non-linear optimization problems. This study explores the application of genetic algorithms (GA) and particle swarm optimization (PSO) to manage resources like water and forest reserves more efficiently. We compare the effectiveness of these algorithms in achieving sustainable utilization while minimizing environmental impact. The results show that GA outperforms PSO in forest management scenarios, while PSO is more suitable for water resource distribution.

Nurlaelatul Maulidah; Ari Abdilah; Elah Nurlelah; Windu Gata; Fuad Nur Hasan

Jurnal Elektronika dan Komputer 2020 STEKOM PRESS

Diabetes is a serious chronic disease that occurs because the pancreas does not produce enough insulin (a hormone that regulates blood sugar or glucose), or when the body cannot effectively use the insulin it produces. WHO data shows that the incidence of non-communicable diseases in 2004 reached 48 , 30% is slightly higher than the incidence rate of infectious diseases, namely 47.50% [1]. According to the Ministry of Health in 2012 diabetes caused 1.5 million deaths. Some Indonesian people, this disease is better known as diabetes or blood sugar. This research was developed through secondary data processing from the Pima Indians Diabetes Dataset health database which was taken from the Kaggle dataset and can be accessed through https://www.kaggle.com/uciml/pima-indians-diabetes-database. Where the data itself consists of 768 records with several medical predictor variables (Pregnancies, Glucose, Blood Pressure, Skin Thickness, Insulin, BMI, Diabetes Pedigree Function, Age and Outcome). Then the data will be processed using the Particle Swarm Optimization (PSO) feature selection to increase the accuracy value and the Naive Bayes algorithm to determine the accuracy results of the diagnosis of diabetes. From the results of research that has been done for the accuracy of the classification algorithm Naive Bayes is 74.61%, while the accuracy of the classification algorithm with Particle Swarm Optimization is 77.34% with an accuracy difference of 2.73%. So it can be concluded that the application of the Particle Swarm Optimization technique is able to select attributes in the Naive Bayes Algorithm, and can produce a better level of diabetes diagnosis accuracy than using only the individual method, namely the Naive Bayes algorithm. Keywords: Diabetes, Particle Swarm Optimization, Naive Bayes Algorithm