|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldAgent | |
---|---|
org.encog.ml.world | |
org.encog.ml.world.basic |
Uses of WorldAgent in org.encog.ml.world |
---|
Methods in org.encog.ml.world that return types with arguments of type WorldAgent | |
---|---|
List<WorldAgent> |
World.getAgents()
|
Methods in org.encog.ml.world with parameters of type WorldAgent | |
---|---|
void |
World.addAgent(WorldAgent agent)
|
Action |
AgentPolicy.determineNextAction(WorldAgent agent)
|
void |
World.removeAgent(WorldAgent agent)
|
void |
World.runToGoal(WorldAgent a)
|
Uses of WorldAgent in org.encog.ml.world.basic |
---|
Classes in org.encog.ml.world.basic that implement WorldAgent | |
---|---|
class |
BasicAgent
|
Methods in org.encog.ml.world.basic that return types with arguments of type WorldAgent | |
---|---|
List<WorldAgent> |
BasicWorld.getAgents()
|
Methods in org.encog.ml.world.basic with parameters of type WorldAgent | |
---|---|
void |
BasicWorld.addAgent(WorldAgent agent)
|
void |
BasicWorld.removeAgent(WorldAgent agent)
|
void |
BasicWorld.runToGoal(WorldAgent a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |