Features
- Introduce an interface for search algorithm working on AND/OR trees
- The progress bar is now removed upon completion of the tree search
- Move `ReactionTree` class to a new module (this will not brake backwards compatibility)
Bug fixes
- Fix for Github issue 28 for a training script
Trivial changes
- `scikit-learn` is now imported before `tensorflow`, according to Github issue 30