History of
src
/
samovar
/
generators
@master
git clone https://git.catseye.tc/Samovar/
- Reduce memory usage of depth-first search. Chris Pressey 2 years ago
- Add some debug output. Chris Pressey 2 years ago
- Rewrite recursion to use explicit stack. Chris Pressey 2 years ago
- Update documentation. Chris Pressey 2 years ago
- Add experimental depth-first generator. Chris Pressey 2 years ago
- Rename the breadth-first generator. Chris Pressey 2 years ago
- Mere progress is reported at verbosity level 1. Chris Pressey 2 years ago
- Don't re-consider states that we have already considered. Chris Pressey 2 years ago
- Make candidate_rules() a generator. Chris Pressey 2 years ago
- Rules that don't change the state are not worth considering. Chris Pressey 2 years ago
- Rename "random" generator to "stochastic" generator. Chris Pressey 2 years ago
- Fix some bugs. The complete generator does indeed seem to work. Chris Pressey 2 years ago
- Make the sketch of the complete generator less rough. Chris Pressey 2 years ago
- Factor common methods into base class. Chris Pressey 2 years ago
- Refactor so generate_events() has same signature in both classes Chris Pressey 2 years ago
- Allow generator to be selected; have both confirm to base interface Chris Pressey 2 years ago
- flake8 (mainly the argparser setup) Chris Pressey 2 years ago
- Add base class for Generators. Chris Pressey 2 years ago
- Add rough sketch of CompleteGenerator. Chris Pressey 2 years ago
- Establish new `generators` sub-package, allowing more kinds of. Chris Pressey 2 years ago