Claim Missing Document
Check
Articles

Found 2 Documents
Search

Modelling and implementation of 9tka game with MaxN algorithm Dina Stefani; Frederikus J.; Irene Astuti Lazarusli; Samuel Lukas; Petrus Widjaja
TELKOMNIKA (Telecommunication Computing Electronics and Control) Vol 17, No 1: February 2019
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.12928/telkomnika.v17i1.11590

Abstract

9tka is a board game created by Adam Kaluza. The game can be played with 2 up to 4 players, with the goal of conquering as many areas in the board as possible. The aim of this research is to implement the 9tka game into a digital game that can be played on a personal computer. The implementation will include the feature to play against computer players. The rules and game’s play of 9tka is modelled, and then implemented using Java. The Artificial Intelligence (AI) of the computer player is implemented using the MaxN algorithm, which is an extension of the minimax algorithm. Several tests were done to gauge the robustness of the implemented AI. The experiments show that the AI is capable to make a move in time less than 541 milliseconds on average, across all types of players. Moreover, from eight respondents, the average amount of human wins is 2.25 out of 5 matches, across all types of players. This shows that the implemented AI on computer player has a better chance to defeat human opponents.
Analysis Of The Sirs Model Of The Spread Of Dengue Hemorrhagic Fever Using Runge-Kutta Method And Genetic Algorithm Melyssa Mentari Tjioenata; Samuel Lukas; Dina Stefani; Petrus Widjaja
Journal Information System Development (ISD) Vol 8 No 1 (2023): Journal Information System Development
Publisher : UNIVERSITAS PELITA HARAPAN

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.19166/isd.v8i1.566

Abstract

Dengue Hemorrhagic Fever is a contagious disease that often occurs in Indonesia. Dengue Hemorrhagic Fever, caused by the Dengue Virus, has four serotypes : DEN-1, DEN-2, DEN-3 and DEN-4. Someone can be infected four times, once for each serotype. After recovering from one serotype, a person gets a lifetime of immunity against that serotype. In this paper a model will be created for modeling the spread of Dengue Hemorrhagic Fever with assumption there are only two serotypes, namely DEN-1 and DEN-2. Model formed based on SIR Model (Susceptible, Infected, Recovered) and SIRS Model (Susceptible, Infected, Recovered, Susceptible). The changes in populations over time are written into a system of differential equations. The system of differential equations is then used to do an equilibrium point analysis. The numerical solution for the system of differential equations can be found using the Runge-Kutta Method. Genetic Algorithm are used to find the values of parameters in the model that are unknown. A series of simulations are performed to get the combination that produces the Genetic Algorithm system that will produce the best approximation solution. The combination includes population size, selection value, crossover value and mutation value. This best combination then will produce an approximation solution with the smallest error.