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

Option to force the algorithm to keep computing until all input symbols are used. #52

Open
sirisian opened this issue Sep 23, 2021 · 0 comments

Comments

@sirisian
Copy link

Say my input is x0...x8 result so 9 symbols and a result. I know that the resulting equation should include x0 to x8 and they are independent variables. (Meaning they can't be created via a function of any of the others). It would be nice to have a boolean flag that just kept computing until a result like that was found. Maybe an allIndependentVariables options that's false by default.

Question: Does the algorithm try to compute equations of the variables as a function of the others to first determine that they're probably independent? Like does it know which variables are probably independent after a bit and must be included in the final equation?

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

No branches or pull requests

1 participant