Skip to content

Greynet #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 20, 2025
Merged

Greynet #1

merged 4 commits into from
Jul 20, 2025

Conversation

CameleoGrey
Copy link
Owner

*) GreyNet implementation. GreyNet is the the rule-engine, that allows true incremental estimation of constraints satisfaction. To understand more, see the docs in greyjack/score_calculation/greynet/docs.
*) A lot of examples for GreyNet
*) GreyNet score calculators for NQueens, CloudBalancing.
*) Note: currently GreyNet is entirely written in Python. I hope, that after reimplementation in Rust, it will completely outperform the pseudo incremental scoring mechanism, especially on really big datasets.

…gement to use true incremental scoring without reinserting/retracting all facts on each delta update)
… truly incremental score calculation! (TODO: reimplement greynet in Rust)
…ems without order planning. TODO: implement Chained Variables for problems like TSP, VRP, etc
@CameleoGrey CameleoGrey merged commit 1398757 into main Jul 20, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant