public class TournamentIndicesGenerator
extends java.lang.Object
implements java.lang.Iterable<java.util.List<java.lang.Integer>>
Constructor and Description |
---|
TournamentIndicesGenerator(int testSize,
int profileSize,
boolean repetitionAllowed,
java.util.Collection<java.lang.Integer> elements) |
TournamentIndicesGenerator(int numAgentsPerSession,
int profilesPerRun,
boolean repAllowed,
int numPartyRepItems) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.List<java.lang.Integer>> |
iterator()
Returns an iterator over a set of elements of type T.
|
public TournamentIndicesGenerator(int testSize, int profileSize, boolean repetitionAllowed, java.util.Collection<java.lang.Integer> elements)
public TournamentIndicesGenerator(int numAgentsPerSession, int profilesPerRun, boolean repAllowed, int numPartyRepItems)