public class StrengthBasedParameterOrder extends Object implements ParameterOrder
| Constructor and Description |
|---|
StrengthBasedParameterOrder() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getInitialParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
All combinations which should be used in the first initial step of IPOG.
|
int[] |
getRemainingParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
The order of all remaining parameters.
|
public int[] getInitialParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
ParameterOrdergetInitialParameters in interface ParameterOrderparameters - the parameters and their sizes.strength - with which the test suite should be calculatedParameterCombinationFactorypublic int[] getRemainingParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
ParameterOrdergetRemainingParameters in interface ParameterOrderparameters - the parameters and their sizes.strength - with which the test suite should be calculatedParameterOrder.getInitialParameters(Int2IntMap, int)
and any orderCopyright © 2019. All rights reserved.