Skip to content
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

Reasoner: adding limit should lead to flat, not linear, performance #123

Open
flyingsilverfin opened this issue Mar 1, 2021 · 0 comments

Comments

@flyingsilverfin
Copy link
Member

Adding a limit to the various actions to do with reasoning, like limit 3 should squash the linear increases in traversal time as the simulation grows the data set, especially once we remove the negations from the simulation agents.

Notably, we still see a linear increase in the reasoning-related queries, with a limit and without negations. We should investigate the cause of this for production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants