pygeoda.maxp

Functions

maxp_greedy(w, data, bound_variable, …)

A greedy algorithm to solve the max-p-region problem

maxp_sa(w, data, bound_variable, min_bound)

A simulated annealing algorithm to solve the max-p-region problem

maxp_tabu(w, data, bound_variable, min_bound)

A tabu-search algorithm to solve the max-p-region problem