Hacker News new | ask | show | jobs
by Animats 1528 days ago
This seems to be some kind of planning tool that uses Python and a database to do something logistics related.
1 comments

Yes, behind the scenes it lowers the high-level logic of Python to predicate logic, uses RETE on that predicate logic to do the fastest possible JOIN operations on the tables, and uses machine learning to extract heuristics from the task and data to enable feasible monte-carlo search for valid plans.

All that means you input the rules for the "game", and it finds the way to reach the goal, no matter how complex the interactions or data are inside.