Light Labyrinth
Light labyrinth machine learning model.
How to install?
pip install light_labyrinth
How to build dll
For develop purposes run build_devel.py script
How to name PR
PR name should start with one of the following prefixes:
- [MAJOR] - for major changes (A+1.0.0)
- [MINOR] - for minor changes (A.B+1.0)
- [PATCH] - for patch changes (A.B.C+1)
- [NOBUMP] - for changes that should not bump version
How to build with CMake
- Make sure You have the CMake tool of version 3.10 or greater.
- Make sure You have some build system installed (for example MinGW Makefiles on Windows/on Linux You can use simple Unix Makefile)
- Create directory for build (in next step it will be refereed as "build_dir", if You want to build python package DO NOT name it "build"!)
- In build dir run cmake backbone
- Command above can accept parameters like:
- -DCMAKE_C_COMPILER=<path-to-gcc> (or simply gcc if gcc is in PATH)
- -G (like MinGW Makefiles)
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON (to generate extensive logging in Makefile)
- -DCMAKE_BUILD_TYPE=Release|Debug (to generate makefiles for given build type)
How to list symbols in dll:
Run developer command prompt for vs 20XX and execute
dumpbin /exports light_labyrinth.dll
Documentation
Documentation available at https://lightlabyrinth.org
Source code
Source code available at https://bitbucket.org/Enkar234/lightlabyrinth