public interface MinPriorityQueueEvaluationFrameworkParameters
Modifier and Type | Field and Description |
---|---|
static int |
INCREMENTO_LUNGHEZZA
Passo di incremento della lunghezza da MIN_LENGTH a MAX_LENGTH
|
static int |
MAX_GENERATED_INTEGER
Maximum non-negative integer number randomly generated in sample
sequences
|
static int |
MAX_LENGTH
Lunghezza massima delle sequenze da generare
|
static int |
MIN_LENGTH
Lunghezza minima delle sequenze da generare
|
static int |
NUMBER_OF_SAMPLES_PER_LENGTH
Numero di sequenze da generare per lunghezza
|
static final int MIN_LENGTH
static final int INCREMENTO_LUNGHEZZA
static final int MAX_LENGTH
static final int NUMBER_OF_SAMPLES_PER_LENGTH
static final int MAX_GENERATED_INTEGER