Package | Description |
---|---|
org.encog.ml.world | |
org.encog.ml.world.basic |
Modifier and Type | Method and Description |
---|---|
List<WorldAgent> |
World.getAgents() |
Modifier and Type | Method and Description |
---|---|
void |
World.addAgent(WorldAgent agent) |
Action |
AgentPolicy.determineNextAction(WorldAgent agent) |
void |
World.removeAgent(WorldAgent agent) |
void |
World.runToGoal(WorldAgent a) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAgent |
Modifier and Type | Method and Description |
---|---|
List<WorldAgent> |
BasicWorld.getAgents() |
Modifier and Type | Method and Description |
---|---|
void |
BasicWorld.addAgent(WorldAgent agent) |
void |
BasicWorld.removeAgent(WorldAgent agent) |
void |
BasicWorld.runToGoal(WorldAgent a) |
Copyright © 2014. All Rights Reserved.