Method | Description | |
---|---|---|
Apply ( List |
Applies possibilities in 1D
|
|
Clear ( ) : void |
Sets the score to zero
|
|
Initialize ( List |
Initializes possibilities in 1D
|
|
Recalculate ( ) : void |
Forces a recalculation of the total score
|
|
Score1D ( ) : System.Collections.Generic |
Creates a new Score1D object
|
|
Sink ( int size ) : void |
Update possible positions knowning ship sank
|
public Apply ( List |
||
ships | List |
Ships alive |
index | int | index in length |
length | int | length |
return | void |
public Initialize ( List |
||
ships | List |
Ships alive |
index | int | index in length |
length | int | length |
return | void |
public Score1D ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |