class QuarticPolynomial
The quartic polynomial regression problem for KGP to solve.
The target function is x^4 + x^3 + x^2 + x.
See Also
| <init> |
QuarticPolynomial()
The quartic polynomial regression problem for KGP to solve. |
| main |
fun main(args: Array<String>): Unit |