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