Optimization Chains with no Timeout
Closed this issue · 1 comments
65001 commented
Describe the bug
If a user inputs arccos(1/A)
the system will create an optimization chain that cannot end.
We should implement a generic solution that states that if an optimization results in the same state changes (10x) times in a row or something similar then the optimization should break out and return a message to the user that an optimization chain loop may have been detected.