java genetic-algorithm artificial-intelligence simulated-annealing hill-climbing knapsack-problem tabu-search Updated May 11, 2017 Java thomasWeise / moptipy Star 21 Code Issues Pull requests Implementation of metaheuristic optimization methods in Python for scientific, industrial, and educational scena...
A python module that uses hill climbing to iteratively blend machine learning model predictions. Hill climbing attempts to maximize (or minimize) a target function$f(x)$. At each iteration, hill climbing will adjust a single element in$x$and determine whether the change improves the value of$...
A clustering algorithm that first finds the high-density regions (cluster-cores) of the data and then clusters the remaining points by hill-climbing. Such seedings act as more stable and expressive cluster-cores than the singleton modes found by popular