upvote
> I did hit a wall quite soon with GA

can you give an example of what's impossible/hard to do?

reply
I don't recall the details anymore, and the work never amounted to anything, but generally it was about finding expressions for some properties of the visual flow field under curvilinear motion.

I can't really say if the problem was with me or GA. Probably more like GA didn't end up providing tools for my level of math skills to solve the problem. But neither did the the traditional branches.

reply
> I don't care about proofs or theoretically problematic corner cases that "real mathematics" seems to be almost exclusively interested in.

That is a rather strange take for a software engineer.

When implementing something I do need to know what the corner cases are, whether the runtime can enter such a state. I need to think how to put in checks so that they cannot be reached, or alternatively, how to recover gracefully. That's my job after all, why would anyone pay me if I didn't.

Perhaps a topical example is a gimbal lock. I need to be aware that it can happen and I need to know how to prevent it.

reply
I didn't mean corner cases like that. I mean stuff that has no practical consequences, at least for most practical use.

E.g. whether or not Navier-Stokes can form singularities doesn't really change how you analyze fluid dynamics in engineering. This doesn't mean it is not a mathematically important question worth extensive study, but it's not relevant for practitioners.

reply
Got you.
reply