|
|
|
|
|
by jcranberry
2485 days ago
|
|
For example a problem might be solving for the roots of a polynomial, and on each try it would randomly generate a new polynomial with new coefficients. first problem: find the roots x^2 + 2x + 1 second try: find the roots of 4x^2 - 2x + 4 Or something like that. |
|