Uses of Class
org.apache.sysds.resource.enumeration.EnumerationUtils.SolutionPoint
-
Packages that use EnumerationUtils.SolutionPoint Package Description org.apache.sysds.resource.enumeration -
-
Uses of EnumerationUtils.SolutionPoint in org.apache.sysds.resource.enumeration
Methods in org.apache.sysds.resource.enumeration that return EnumerationUtils.SolutionPoint Modifier and Type Method Description EnumerationUtils.SolutionPoint
Enumerator. postprocessing()
Deciding in the overall best solution out of the filled pool of potential solutions after processing.Methods in org.apache.sysds.resource.enumeration that return types with arguments of type EnumerationUtils.SolutionPoint Modifier and Type Method Description ArrayList<EnumerationUtils.SolutionPoint>
Enumerator. getSolutionPool()
Meant to be used for testing purposesMethod parameters in org.apache.sysds.resource.enumeration with type arguments of type EnumerationUtils.SolutionPoint Modifier and Type Method Description void
Enumerator. setSolutionPool(ArrayList<EnumerationUtils.SolutionPoint> solutionPool)
Meant to be used for testing purposes
-