tabuSearchResult
Installation Required: This functionality requires MATLAB Support Package for Quantum Computing.
Description
The properties of the tabuSearchResult
object give information
about the solution process that Tabu search performed to solve a QUBO problem. solve
calls
tabuSearch
to solve a QUBO problem. The resulting solution is a quboResult
object,
which in turn contains a tabuSearchResult
object.
Properties
Examples
Algorithms
The tabu search algorithm is based on Palubeckis [1]. Starting from a random binary vector, the software repeatedly attempts to find a binary vector with a lower objective function value by switching some existing values from 1 to 0 or from 0 to 1. The software tries to avoid cycling, or the repeated evaluation of the same point, by using a tabu list. For details, see Tabu Search Algorithm.
References
[1] Palubeckis, Gintaras. "Iterated Tabu Search for the Unconstrained Binary Quadratic Optimization Problem." Informatica 17, no. 2 (2006): 279–96. https://doi.org/10.15388/Informatica.2006.138.
Version History
Introduced in R2023a