public class Sextic extends Regression
The equation to be regressed is y = x^6 - 2x^4 + x^2, {x in [-1,1]}
This equation was introduced in J. R. Koza, GP II, 1994.
currentValue, inputs, outputs, P_FILE, P_SIZE, P_USE_FUNCTION, trainingSetSize, useFunction| Constructor and Description |
|---|
Sextic() |
| Modifier and Type | Method and Description |
|---|---|
double |
func(double x) |
evaluate, setupclone, defaultBasecanEvaluate, closeContacts, describe, describe, finishEvaluating, initializeContacts, prepareToEvaluate, reinitializeContactsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribepublic double func(double x)
func in class RegressionCopyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.