Property | Type | Description | |
---|---|---|---|
average | double | ||
variations | double[][] |
Method | Description | |
---|---|---|
HistoryMap ( int size, int shipLengths, |
||
calculateAverage ( ) : void | ||
calculateVariations ( ) : void | ||
getVariation ( Coordinates coords ) : double | ||
getVariation ( int x, int y ) : double |
public HistoryMap ( int size, int shipLengths, |
||
size | int | |
shipLengths | int | |
cellStateMap | ||
return | System |
public getVariation ( Coordinates coords ) : double | ||
coords | Coordinates | |
return | double |
public getVariation ( int x, int y ) : double | ||
x | int | |
y | int | |
return | double |