|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HoneyBee | |
---|---|
net.sourceforge.cilib.boa | |
net.sourceforge.cilib.boa.bee | |
net.sourceforge.cilib.boa.positionupdatestrategies |
Uses of HoneyBee in net.sourceforge.cilib.boa |
---|
Methods in net.sourceforge.cilib.boa that return types with arguments of type HoneyBee | |
---|---|
Topology<HoneyBee> |
ABC.getOnlookerTopology()
|
Topology<HoneyBee> |
ABC.getTopology()
Get the current collection (population) of entities. |
Topology<HoneyBee> |
ABC.getWorkerTopology()
|
Uses of HoneyBee in net.sourceforge.cilib.boa.bee |
---|
Classes in net.sourceforge.cilib.boa.bee that implement HoneyBee | |
---|---|
class |
AbstractBee
The entity class for the ABC algorithm that represents the bees. |
class |
OnlookerBee
Represents an onlooker bee in the hive. |
class |
WorkerBee
A worker bee that forages for food and updates the hive information by dancing. |
Methods in net.sourceforge.cilib.boa.bee that return HoneyBee | |
---|---|
HoneyBee |
HoneyBee.getClone()
Make a clone of the Entity the exact semantics of the clone method will be defined by the classes that implements this interface. |
Uses of HoneyBee in net.sourceforge.cilib.boa.positionupdatestrategies |
---|
Methods in net.sourceforge.cilib.boa.positionupdatestrategies with parameters of type HoneyBee | |
---|---|
boolean |
BeePositionUpdateStrategy.updatePosition(HoneyBee bee,
HoneyBee other)
|
boolean |
VisualPositionUpdateStategy.updatePosition(HoneyBee bee,
HoneyBee otherBee)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |