.. index:: single: tabu_search(Problem)
.. _tabu_search/1:

.. rst-class:: right

**object**

``tabu_search(Problem)``
========================

* ``Problem`` - Problem object implementing ``tabu_search_protocol``.


Tabu search optimization algorithm using the Xoshiro128++ random number generator. Convenience object that extends ``tabu_search/2`` with the random algorithm bound to ``xoshiro128pp``.

| **Availability:** 
|    ``logtalk_load(tabu_search(loader))``

| **Author:** Paulo Moura
| **Version:** 1:0:0
| **Date:** 2026-08-15

| **Compilation flags:**
|    ``static, context_switching_calls``


| **Extends:**
|    ``public`` :ref:`tabu_search(Problem,xoshiro128pp) <tabu_search/2>`

| **Remarks:**
|    (none)

| **Inherited public predicates:**
|     :ref:`options_protocol/0::check_option/1`  :ref:`options_protocol/0::check_options/1`  :ref:`options_protocol/0::default_option/1`  :ref:`options_protocol/0::default_options/1`  :ref:`options_protocol/0::option/2`  :ref:`options_protocol/0::option/3`  :ref:`tabu_search/2::run/2`  :ref:`tabu_search/2::run/3`  :ref:`tabu_search/2::run/4`  :ref:`options_protocol/0::valid_option/1`  :ref:`options_protocol/0::valid_options/1`  

.. contents::
   :local:
   :backlinks: top

Public predicates
-----------------

(no local declarations; see entity ancestors if any)

Protected predicates
--------------------

(no local declarations; see entity ancestors if any)

Private predicates
------------------

(no local declarations; see entity ancestors if any)

Operators
---------

(none)

.. seealso::

   :ref:`tabu_search(Problem,RandomAlgorithm) <tabu_search/2>`, :ref:`tabu_search_problem_protocol <tabu_search_problem_protocol/0>`

