|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameSeedingStrategy | |
---|---|
net.sourceforge.cilib.games.game | |
net.sourceforge.cilib.games.random | |
net.sourceforge.cilib.games.states |
Uses of GameSeedingStrategy in net.sourceforge.cilib.games.game |
---|
Methods in net.sourceforge.cilib.games.game with parameters of type GameSeedingStrategy | |
---|---|
void |
Game.setSeedingStrategy(GameSeedingStrategy seedStrategy)
Set the seeding strategy of the game, this will determine how many and when unique games are played. |
Uses of GameSeedingStrategy in net.sourceforge.cilib.games.random |
---|
Subclasses of GameSeedingStrategy in net.sourceforge.cilib.games.random | |
---|---|
class |
FixedListSeedingStrategy
This class is similar to the ListSeedingStrategy but differs in the following way. |
class |
FixedSeedStrategy
This seeding strategy always uses the same seed. |
class |
ListSeedingStrategy
This class contains a list of seed values to use. |
class |
RandomListSeedingStrategy
|
class |
UniqueSeedingStrategy
This is a seeding strategy that generates a unique seed everytime the seedGenerator method is called. |
Methods in net.sourceforge.cilib.games.random that return GameSeedingStrategy | |
---|---|
GameSeedingStrategy |
ListSeedingStrategy.getClone()
Create a cloned copy of the current object and return it. |
abstract GameSeedingStrategy |
GameSeedingStrategy.getClone()
Create a cloned copy of the current object and return it. |
GameSeedingStrategy |
FixedSeedStrategy.getClone()
Create a cloned copy of the current object and return it. |
GameSeedingStrategy |
RandomListSeedingStrategy.getClone()
Create a cloned copy of the current object and return it. |
Constructors in net.sourceforge.cilib.games.random with parameters of type GameSeedingStrategy | |
---|---|
FixedSeedStrategy(GameSeedingStrategy other)
|
|
GameSeedingStrategy(GameSeedingStrategy other)
The copy constructor makes a shallow clone. |
|
UniqueSeedingStrategy(GameSeedingStrategy other)
|
Uses of GameSeedingStrategy in net.sourceforge.cilib.games.states |
---|
Fields in net.sourceforge.cilib.games.states declared as GameSeedingStrategy | |
---|---|
protected GameSeedingStrategy |
GameState.randomizer
|
Methods in net.sourceforge.cilib.games.states that return GameSeedingStrategy | |
---|---|
GameSeedingStrategy |
GameState.getRandomizer()
|
Methods in net.sourceforge.cilib.games.states with parameters of type GameSeedingStrategy | |
---|---|
void |
GameState.setRandomizer(GameSeedingStrategy randomizer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |