gpericol / MCTS-solver

a simple expression guesser based on MCTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple MCTS solver

Just an exercise to understanding a beautiful idea

Designed and built with all the ❤️love❤️ in the world by Gianluca Pericoli

comes from

Syntia: Synthesizing the Semantics of Obfuscated Code

how does it work

Oracle -> MCTS/oracle grammars to use -> app.py

works on Python 3

python app.py

thanks to

@fvrmatteo @ShotokanZH @savillum

licence

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or(at your option) any later version.

About

a simple expression guesser based on MCTS

License:GNU General Public License v3.0


Languages

Language:Python 100.0%