7 ms·
I've had an interest in constraint-based CAD programs (with an interest in designing things for 3D printers), and was wondering if you could recommend any liter
by ObviousScience 12y ago
I've had an interest in constraint-based CAD programs (with an interest in designing things for 3D printers), and was wondering if you could recommend any literature on the subject.
- colah3 12y agoSadly, I never did a serious literature review. That said, I naively tried a bunch of naive approaches and had quite a bit of success with plain old gradient descent -- it was really surprising. I'm not sure if it would scale to really significant models, but it's something you could implement in a few hours and you could use to get a project off the ground.
- colah3 11y agoFor the algebraic geometry side, though, *Ideals, Varieties and Algorithms" by Cox, Little and O'Shea is great.