Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Tri Basuki Kurniawan is active.

Publication


Featured researches published by Tri Basuki Kurniawan.


asia international conference on modelling and simulation | 2008

Evaluation of Ordering Methods for DNA Sequence Design Based on Ant Colony System

Tri Basuki Kurniawan; Noor Khafifah Khalid; Zuwairie Ibrahim; Marzuki Khalid; Martin Middendorf

Hybridization between a DNA sequence and its base-pairing complement is crucial in DNA computing to retrieve the information stored in DNA sequences and operate a computation processes. Therefore, much works have focused on designing the DNA sequences for a reliable molecular computation. In this paper, Ant Colony System (ACS) is proposed to solve the DNA sequence design problem. ACS, which is based on Ant Colony Optimization (ACO) is an improvement of Ant System (AS) that uses some agents to obtain the solutions based on the pheromone in their colony. The DNA sequence design problem is modeled by four nodes, representing four DNA bases (A, T, C, and G) using the nearest-neighbor thermodynamic parameters Watson-Crick base-pair DeltaGdeg37 as distances between one node to other nodes. Seven ordering methods for ACS are presented in this study in order to obtain the best set solution. The performance of each of those methods are compared and evaluated to decide the best ordering method for this application.


Artificial Life and Robotics | 2009

Implementation of an ant colony system for DNA sequence optimization

Zuwairie Ibrahim; Tri Basuki Kurniawan; Noor Khafifah Khalid; Shahdan Sudin; Marzuki Khalid

DNA computation exploits the computational power inherent in molecules for information processing. However, in order to perform the computation correctly, a set of good DNA sequences is crucial. A lot of work has been carried out on designing good DNA sequences to archive a reliable molecular computation. In this article, the ant colony system (ACS) is introduced as a new tool for DNA sequence design. In this approach, the DNA sequence design is modeled as a path-finding problem, which consists of four nodes, to enable the implementation of the ACS. The results of the proposed approach are compared with other methods such as the genetic algorithm.


distributed computing and artificial intelligence | 2009

Implementation of Binary Particle Swarm Optimization for DNA Sequence Design

Noor Khafifah Khalid; Zuwairie Ibrahim; Tri Basuki Kurniawan; Marzuki Khalid; Andries P. Engelbrecht

In DNA based computation and DNA nanotechnology, the design of good DNA sequences has turned out to be an essential problem and one of the most practical and important research topics. Basically, the DNA sequence design problem is a multi-objective problem, and it can be evaluated using four objective functions, namely, H measure , similarity, continuity, andhairpin . There are several ways to solve a multi-objective problem, such as value function method, weighted sum method, and using evolutionary algorithms. However, in this paper, common method has been used, namely weighted sum method to convert DNA sequence design problem into single objective problem. Binary particle swarm optimization (BinPSO) is proposed to minimize the objective in the problem, subjected to two constraints: melting temperature and GC content . Based on experiments and researches done, 20 particles are used in the implementation of the optimization process, where the average values and the standard deviation for 100 runs are shown along with comparison to other existing methods. The results obtained verified that BinPSO can suitably solve DNA sequence design problem using the proposed method and model, comparatively better than other approaches.


asia international conference on modelling and simulation | 2008

A Model to Optimize DNA Sequences Based on Particle Swarm Optimization

Noor Khafifah Khalid; Tri Basuki Kurniawan; Zuwairie Ibrahim; Zulkifli Md. Yusof; Marzuki Khalid; Andries P. Engelbrecht

In DNA based computation and DNA nanotechnology, the design of good DNA sequences has turned out to be an elementary problem and one of the most practical and important research topics. Although the design of DNA sequences is dependent on the protocol of biological experiments, it is highly required to establish a method for the systematic design of DNA sequences, which could be applied to various design constraints. Therefore, much work has focused on designing the DNA sequences to avoid incorrect or undesirable DNA computations. In this paper, a model for particle swarm optimization (PSO) implementation is proposed to solve the DNA sequence design problem. PSO simulates a commonly observed social behavior where members of a group tend to follow the leader of the group. To demonstrate the correctness of the proposed model, a basic PSO with 10 particles is implemented to minimize an objective of DNA sequence design, which is the H-measure.


international conference on nanoscience and nanotechnology | 2009

Implementation of Ant System for DNA Sequence Optimization

Tri Basuki Kurniawan; Zuwairie Ibrahim; Muhammad Faiz Muhammed Saaid; Azli Yahya

In DNA based computation, the design of good DNA sequences has turned out to be a fundamental problem and one of the most practical and important research topics. Although the design of DNA sequences is dependent on the protocol of biological experiments, it is highly required to establish a method for the systematic design of DNA sequences, which could be applied to various design constraints. Much works have focused on designing the DNA sequences to obtain a set of good DNA sequences. In this paper, Ant System (AS) is proposed to solve the DNA sequence optimization problem. AS, which is the first approach proposed in Ant Colony Optimization (ACO), uses some ants to search the solutions based on the pheromone information. A model is adapted, which consists of four nodes representing four DNA bases. The results of the proposed approach are compared with other methods, such as evolutionary algorithm.


international conference on innovative computing, information and control | 2007

A DNA Sequence Design for Direct-Proportional Length-Based DNA Computing using DNASequenceGenerator

Zuwairie Ibrahim; Tri Basuki Kurniawan; Marzuki Khalid; Osamu Ono

DNA computing has emerged as an interdisciplinary field that draws together molecular biology, chemistry, computer science, and mathematics. This unconventional computation has been proven to solve weighted graph problem such as the shortest path problem and the traveling salesman problem. One of the fundamental improvements in DNA computing is the direct-proportional length-based DNA computing. Generally, in DNA computing, the DNA sequences used for the computation should be critically designed in order to reduce error that could occur during computation. In this paper, a procedure to design the DNA sequences for the direct-proportional length-based DNA computing is presented. The procedure includes DNASequenceGenerator, a graph-based approach for designing a set of good DNA sequences.


congress on evolutionary computation | 2007

A DNA sequence design for molecular computation of HPP with output visualization based on real-time PCR

Zuwairie Ibrahim; Tri Basuki Kurniawan; Marzuki Khalid

Molecular computing has proved its possibility to solve weighted graph problem such as Hamiltonian Path Problem (HPP), Traveling Salesman Problem (TSP) and the Shortest Path Problem (SPP). Normally, in molecular computation, the DNA sequences used for the computation should be critically designed in order to reduce error that could occur during computation. In the previous paper, we have proposed a readout method tailored specifically to HPP in DNA Computing using real-time PCR for output visualization. Six nodes of HPP was considered. Based on the example instance, the method requires 11 oligonucleotides, where 6 oligonucleotides are for the nodes and 5 oligonucleotides are for the edges. Three TaqMan probes and five primers are required as well. In this study, a procedure for DNA sequence design is presented in order to obtain good sequences for those nodes, primers, and probes. The experiment is done based on the generated DNA sequences and the Hamiltonian Path can be determined successfully.


distributed computing and artificial intelligence | 2009

An Optimized Ant System Approach for DNA Sequence Optimization

Tri Basuki Kurniawan; Zuwairie Ibrahim; Noor Khafifah Khalid; Marzuki Khalid

DNA computing is a new computing paradigm which uses bio-molecules as information storage media and biochemical tools as information processing operators. This field has shown many successful and promising results for various applications. Since DNA reactions are probabilistic in nature, different result could be produced even in the same situations, which can be regarded as errors in computing. In order to overcome the drawbacks, many works have focused on the design or error-minimized DNA sequence to improve the reliability of DNA computing. Although the design of DNA sequences is dependent on the protocol of biological experiments, it is highly required to establish a method for the systematic design of DNA sequences, which could be applied to various design constraints. In the previous paper, Ant System approach has been proposed to solve the DNA sequence optimization problem. In this paper, the optimized parameters of Ant System approach are searched to improve the performance of the Ant System for DNA sequence optimization.


2009 ICCAS-SICE | 2009

Sequence design for Direct-Proportional Length-Based DNA Computing using Population-based Ant Colony Optimization

Tri Basuki Kurniawan; Noor Khafifah Khalid; Zuwairie Ibrahim; Mohammad Shukri Zainal Abidin; Marzuki Khalid


ACST '08 Proceedings of the Fourth IASTED International Conference on Advances in Computer Science and Technology | 2008

An Ant Colony System for DNA sequence design based on thermodynamics

Tri Basuki Kurniawan; Noor Khafifah Khalid; Zuwairie Ibrahim; Marzuki Khalid; Martin Middendorf

Collaboration


Dive into the Tri Basuki Kurniawan's collaboration.

Top Co-Authors

Avatar

Zuwairie Ibrahim

Universiti Malaysia Pahang

View shared research outputs
Top Co-Authors

Avatar

Noor Khafifah Khalid

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Shahdan Sudin

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Nor Haniza Sarmin

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Zulkifli Md. Yusof

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Azli Yahya

Universiti Teknologi Malaysia

View shared research outputs
Researchain Logo
Decentralizing Knowledge