| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.98.0/docs/apis/_sources/simulated_annealing_1.rst.txt |
.. index:: single: simulated_annealing(Problem)
.. _simulated_annealing/1:
.. rst-class:: right
object
simulated_annealing(Problem)Problem - Problem object implementing simulated_annealing_protocol.
Simulated annealing optimization algorithm using the Xoshiro128++ random number generator. Convenience object that extends simulated_annealing/2 with the random algorithm bound to xoshiro128pp.
| Availability:
| logtalk_load(simulated_annealing(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-02-22
| Compilation flags:
| static, context_switching_calls
| Extends:
| public :ref:`simulated_annealing(Problem,xoshiro128pp) <simulated_annealing/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:`simulated_annealing/2::estimate_temperature/1` Â :ref:`simulated_annealing/2::estimate_temperature/2` Â :ref:`options_protocol/0::option/2` Â :ref:`options_protocol/0::option/3` Â :ref:`simulated_annealing/2::run/2` Â :ref:`simulated_annealing/2::run/3` Â :ref:`simulated_annealing/2::run/4` Â :ref:`options_protocol/0::valid_option/1` Â :ref:`options_protocol/0::valid_options/1` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`simulated_annealing(Problem,RandomAlgorithm) <simulated_annealing/2>`, :ref:`simulated_annealing_protocol <simulated_annealing_protocol/0>`