|
|
|
|
|
by rcfox
5437 days ago
|
|
I assume it would be like finding the interpolating polynomial of a bunch of points in a row. (Like this: . . . . . .) The resulting polynomial would go through all of the points, but have very large peaks/valleys in between. Essentially, you'd get a system that passed all of your tests, but produced garbage for anything not covered by the tests. |
|
The wikipedia article doesn't have the best illustration, but I think the inherent idea is really wise: in trying too hard to meet your initial constraints, you can come up with a solution that's only useful at those constraint points.