Insights to Angluin's Learning

  • Authors:
  • Therese Berg;Bengt Jonsson;Martin Leucker;Mayank Saksena

  • Affiliations:
  • Department of Computer Systems, Uppsala University, Uppsala, Sweden;Department of Computer Systems, Uppsala University, Uppsala, Sweden;Department of Computer Systems, Uppsala University, Uppsala, Sweden;Department of Computer Systems, Uppsala University, Uppsala, Sweden

  • Venue:
  • Electronic Notes in Theoretical Computer Science (ENTCS)
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Among other domains, learning finite-state machines is important for obtaining a model of a system under development, so that powerful formal methods such as model checking can be applied. A prominent algorithm for learning such devices was developed by Angluin. We have implemented this algorithm in a straightforward way to gain further insights to practical applicability. Furthermore, we have analyzed its performance on randomly generated as well as real-world examples. Our experiments focus on the impact of the alphabet size and the number of states on the needed number of membership queries. Additionally, we have implemented and analyzed an optimized version for learning prefix-closed regular languages. Memory consumption is one major obstacle when we attempted to learn large examples. We see that prefix-closed languages are relatively hard to learn compared to arbitrary regular languages. The optimization, however, shows positive results.