Skip to content

2xR/rr.opt.stacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rr.opt.stacking

A set of classes to represent Stacking Problem items, stacks, stores, instances, solutions, etc. The library also includes a TreeNode implementation suitable for use with the rr.opt.mcts.basic Monte Carlo tree search framework.

Python compatibility

Compatible with Python 2.7+ and 3.5+ (thanks to the future library). The code may or may not work under earlier versions of Python 3 (perhaps back to 3.3).

Installation

pip install git+https://github.com/2xR/rr.opt.stacking.git#egg=rr.opt.stacking

In order to avoid polluting your system's Python installation, we recommend creating and installing into a virtualenv with the following steps:

virtualenv venv
source venv/bin/activate  # venv\Scripts\activate on Windows
pip install https://github.com/2xR/rr.opt.stacking.git

Contributing

Contributions are welcome through github pull requests (tests would sure be nice to have... :P).

And if you're using the library and would like to say "thanks!" and/or keep me working on it, why not buy me a beer?

About

Stacking Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages