Package-level declarations
Types
Link copied to clipboard
class BestSubsetProblem(parameters: Parameters, numberOfTopics: Int, precomputedData: PrecomputedData, val topicLabels: Array<String>, legacyBoxedCorrelation: (DoubleArray, DoubleArray) -> Double, targetStrategy: (BinarySolution, Double) -> BinarySolution) : BinaryProblem
jMetal BinaryProblem implementation for the best subset selection task.
Link copied to clipboard
Functions
Link copied to clipboard
Returns the subset cardinality stored in the underlying BestSubsetSolution.
Link copied to clipboard
Returns the correlation objective stored in the underlying BestSubsetSolution.