Extending FuzzyCLIPS for parallelizing data-dependent fuzzy expert systems

  • Authors:
  • Chao-Chin Wu;Lien-Fu Lai;Yu-Shuo Chang

  • Affiliations:
  • Department of Computer Science and Information Engineering, National Changhua University of Education, Changhua, Taiwan 500;Department of Computer Science and Information Engineering, National Changhua University of Education, Changhua, Taiwan 500;Department of Computer Science and Information Engineering, National Changhua University of Education, Changhua, Taiwan 500

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

FuzzyCLIPS is a rule-based programming language and it is very suitable for developing fuzzy expert systems. However, it usually requires much longer execution time than algorithmic languages such as C and Java. To address this problem, we propose a parallel version of FuzzyCLIPS to parallelize the execution of a fuzzy expert system with data dependence on a cluster system. We have designed some extended parallel syntax following the original FuzzyCLIPS style. To simplify the programming model of parallel FuzzyCLIPS, we hide, as much as possible, the tasks of parallel processing from programmers and implement them in the inference engine by using MPI, the de facto standard for parallel programming for cluster systems. Furthermore, a load balancing function has been implemented in the inference engine to adapt to the heterogeneity of computing nodes. It will intelligently allocate different amounts of workload to different computing nodes according to the results of dynamic performance monitoring. The programmer only needs to invoke the function in the program for better load balancing. To verify our design and evaluate the performance, we have implemented a human resource website. Experimental results show that the proposed parallel FuzzyCLIPS can garner a superlinear speedup and provide a more reasonable response time.