Package | Description |
---|---|
massim.competition2008 |
Modifier and Type | Method and Description |
---|---|
GridSimulationWorldState |
GridSimulation.getSimpleSimulationState() |
Modifier and Type | Method and Description |
---|---|
double[] |
GridSimulationCowAgent.calcVec(int x,
int y,
GridSimulationCell cell,
double[] vec,
GridSimulationWorldState state) |
void |
GridSimulationWorldState.commit(GridSimulationWorldState commitState)
this function copies the board of the parameter state to the board of
this state.
|
void |
GridSimulationCowAgent.computeCowMove(GridSimulationWorldState state) |
String |
GridSimulationCowAgent.makeStep(int x,
int y,
double[] vec,
GridSimulationWorldState state) |
void |
GridSimulationAgentState.spreadAgent(GridSimulationWorldState state)
This method spreads the agents over the grid.
|
void |
GridSimulationAgentState.spreadAgent(GridSimulationWorldState state,
GridSimulationConfigurationHandCrafted config,
int i)
This Method set the agents positions.
|
double |
GridSimulationCowAgent.weight(int max,
GridSimulationCell cell,
GridSimulationWorldState state) |
Copyright © 2013. All Rights Reserved.