T - The field typepublic class Solution<T> extends Object
FieldGroups| Modifier and Type | Method and Description |
|---|---|
Solution<T> |
copyWithoutNCRData() |
static <T> Solution<T> |
createSolution(GroupValues<T> values) |
List<T> |
getCombination(double combinationIndex) |
double |
getCombinations() |
double |
getProbability() |
List<T> |
getRandomSolution(Random random) |
GroupValues<T> |
getSetGroupValues() |
double |
nCr() |
String |
toString() |
public static <T> Solution<T> createSolution(GroupValues<T> values)
public double getCombinations()
public double getProbability()
public GroupValues<T> getSetGroupValues()
public double nCr()
Copyright © 2014. All rights reserved.