public class GridSimulationWorldState extends SimulationWorldState
Modifier and Type | Field and Description |
---|---|
GridSimulationCell[][] |
board |
Integer |
depotx |
Integer |
depoty |
Integer |
numberOfGoldItems |
actionSuccessProbability, currentStep, informationDistortionProbability, maxNumberOfSteps, numberOfAgents, numberOfObstacles, numberOfSteps, outputFolder, simulationName, sizex, sizey, teamName, teamScore, tournamentName
Constructor and Description |
---|
GridSimulationWorldState(GridSimulationConfiguration config)
This constructor is for normal simulations.
|
GridSimulationWorldState(GridSimulationConfigurationHandCrafted config)
This constructor is for hand crafted simulations.
|
public GridSimulationCell[][] board
public Integer numberOfGoldItems
public Integer depotx
public Integer depoty
public GridSimulationWorldState(GridSimulationConfiguration config)
config
- public GridSimulationWorldState(GridSimulationConfigurationHandCrafted config)
config
- Copyright © 2013. All Rights Reserved.