public class BeeSwarm extends Mediator implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
beeCountOnBestPatches |
protected int |
beeCountOnElitePatches |
protected int |
bestPatchCount |
protected int |
elitePatchCount |
protected List<Bee> |
patches |
protected int |
scoutBeeCount |
constraints, lowerBounds, upperBounds| Constructor and Description |
|---|
BeeSwarm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
iterate() |
Bee |
solve() |
evaluate, mutateWithinBounds, nextDouble, randomWithinBoundsprotected int scoutBeeCount
protected int bestPatchCount
protected int elitePatchCount
protected int beeCountOnBestPatches
protected int beeCountOnElitePatches
public void initialize()
public Bee solve()
public void iterate()
Copyright © 2017. All rights reserved.