An open API service indexing awesome lists of open source software.

https://github.com/willdunklin/l-star

L-Star [Angluin] implemenation in python
https://github.com/willdunklin/l-star

Last synced: 11 months ago
JSON representation

L-Star [Angluin] implemenation in python

Awesome Lists containing this project

README

          

# l-star
L-Star [Angluin] implemenation in python

### lstar.py
Implementaiton of [L-Star algorithm](https://www.cs.princeton.edu/courses/archive/spring03/cs511/scribe_notes/0424.pdf) by Angluin

### dfa.py
DFA class

### tree.py
L-Star tree class

### oracle.py
Game oracle for L-Star