Replies: 1 comment
-
FYI @MilesCranmer This relates to the discussion here #798 No convergence:
Changing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,

I am working on a problem of measuring the distance between the apices of two triangles that share the same base, which can be a useful prognostic sign in ocular imaging.
I have derived the formula geometrically:
(complexity 74)
I can actually break it up into much simpler equations:
I was very interested to see how close SR would cope with this.
I managed to get an MSE of about 2e+03. I was wondering if anyone has solved more complicated expressions like this with SR and GP?
This code generates 50 datapoints for two triangles that share a base
Perhaps breaking the problem down into smaller functions with TemplateExpressions is the way to go, but it's difficult to do that if there was no priori, or much more compute might be necessary.
Beta Was this translation helpful? Give feedback.
All reactions