Machine Learning module for the Pandemonium Engine.
Go to file
2023-01-25 01:09:37 +01:00
mlpp Prefixed the remaining classes with MLPP. 2023-01-25 01:09:37 +01:00
.gitignore Engine module setup. 2023-01-23 21:58:34 +01:00
config.py Engine module setup. 2023-01-23 21:58:34 +01:00
COPYRIGHT.txt Engine module setup. 2023-01-23 21:58:34 +01:00
LICENSE Engine module setup. 2023-01-23 21:58:34 +01:00
main.cpp Prefix Cost with MLPP. 2023-01-24 19:37:08 +01:00
README_ORIG.md New readme. 2023-01-23 22:01:16 +01:00
README.md New readme. 2023-01-23 22:01:16 +01:00
register_types.cpp Engine module setup. 2023-01-23 21:58:34 +01:00
register_types.h Engine module setup. 2023-01-23 21:58:34 +01:00
SCsub Fixed remaining errors and added everything to the build. 2023-01-24 19:14:38 +01:00

PMLPP

This is an experimental Machine Learning module for the Pandemonium Engine.

Based on https://github.com/novak-99/MLPP .