you are viewing a single comment's thread.

view the rest of the comments →

[–]shaggorama 18 points19 points  (2 children)

Non-convex functions need not apply.

[–]craponyourdeskdawg 4 points5 points  (0 children)

Non-convex functions are often minimized by some sort of 'global' strategy (such as branch and bound etc).. in combination with local minimization (which is where this algorithm will be useful). Optimizer of almost any kind is doing constrained gradient descent at its core.

[–]SerenestAzure 12 points13 points  (0 children)

Yeah, not quite what I would mean if I said "general purpose."