public class BeeSwarm extends Object 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 |
| Constructor and Description |
|---|
BeeSwarm() |
protected 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.