public class Population extends Object
| Constructor and Description |
|---|
Population(TreeGP manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluate() |
void |
evolve() |
double |
getCostInCurrentGeneration() |
Solution |
getGlobalBestSolution() |
void |
initialize() |
boolean |
isTerminated() |
int |
size() |
public Population(TreeGP manager)
protected void evaluate()
public void initialize()
public boolean isTerminated()
public void evolve()
public Solution getGlobalBestSolution()
public double getCostInCurrentGeneration()
public int size()
Copyright © 2017. All rights reserved.