Package io.openml.gearbox.algorithms
package io.openml.gearbox.algorithms
-
ClassDescriptionImplementations of Knapsack algorithm and its derivatives.A record to hold the result of the
Knapsack.knapsack(List, List, int)calculation as concise way to create immutable data carrier classes.Matrix<T>A 2D tensor.When data can be process in 1-D space.Solves the Traveling Salesman Problem (TSP) using the Held-Karp algorithm, which employs dynamic programming with bitmasking.A record to immutably hold the result of the TSP calculation.