public class LGP extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_UNDEFINED_LOW |
| Constructor and Description |
|---|
LGP() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstant(double constant,
double weight) |
void |
addConstants(double... constants) |
double |
constant(int index) |
double |
constantWeight(int index) |
static LGP |
defaultConfig() |
double |
evaluateCost(Program program) |
Program |
fit(List<Observation> observations) |
Population |
newPopulation() |
double |
undefined() |
public static final double DEFAULT_UNDEFINED_LOW
public double undefined()
public double constantWeight(int index)
public double constant(int index)
public double evaluateCost(Program program)
public Population newPopulation()
public void addConstant(double constant,
double weight)
public Program fit(List<Observation> observations)
public void addConstants(double... constants)
public static LGP defaultConfig()
Copyright © 2017. All rights reserved.