public class TreeGP extends Object
| Constructor and Description |
|---|
TreeGP() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstant(double constant,
double weight) |
void |
addConstants(double... constants) |
double |
constant(int index) |
double |
constantWeight(int index) |
double |
evaluateCost(Solution solution) |
int |
getTreeCountPerSolution() |
Population |
newPopulation() |
public int getTreeCountPerSolution()
public double constantWeight(int index)
public double constant(int index)
public double evaluateCost(Solution solution)
public Population newPopulation()
public void addConstant(double constant,
double weight)
public void addConstants(double... constants)
Copyright © 2017. All rights reserved.