Home
last modified time | relevance | path

Searched refs:final_temperature (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/pgrouting/pgrouting-3.2.0/src/tsp/
H A DTSP.c60 double final_temperature, in process() argument
73 if (initial_temperature < final_temperature) { in process()
77 if (final_temperature <= 0) { in process()
121 final_temperature, in process()
H A DeuclideanTSP.c60 double final_temperature, in process() argument
72 if (initial_temperature < final_temperature) { in process()
76 if (final_temperature <= 0) { in process()
119 final_temperature, in process()
H A DTSP_driver.cpp52 double final_temperature, in do_pgr_tsp() argument
118 final_temperature, in do_pgr_tsp()
H A DeuclideanTSP_driver.cpp52 double final_temperature, in do_pgr_euclideanTSP() argument
112 final_temperature, in do_pgr_euclideanTSP()
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/tsp/TSPeuclidean/
H A Dillegal_values.sql71 final_temperature := 101,
79 final_temperature := 0,
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/tsp/
H A Dpgr_TSP_types_check.sql193 final_temperature := 101,
201 final_temperature := 0,
/dports/databases/pgrouting/pgrouting-3.2.0/sql/tsp/
H A D_TSP.sql46 final_temperature FLOAT DEFAULT 0.1,
H A D_TSPeuclidean.sql41 final_temperature FLOAT DEFAULT 0.1,
H A DTSP.sql46 final_temperature FLOAT DEFAULT 0.1,
H A DTSPeuclidean.sql47 final_temperature FLOAT DEFAULT 0.1,
/dports/databases/pgrouting/pgrouting-3.2.0/sql/legacy/tsp/
H A DTSPeucledian.sql45 final_temperature FLOAT DEFAULT 0.1,
/dports/databases/pgrouting/pgrouting-3.2.0/include/drivers/tsp/
H A DTSP_driver.h56 double final_temperature,
H A DeuclideanTSP_driver.h56 double final_temperature,
/dports/databases/pgrouting/pgrouting-3.2.0/include/tsp/
H A Dpgr_tsp.hpp121 double final_temperature,
533 double final_temperature, in annealing() argument
555 for (; final_temperature < temperature; temperature *= cooling_factor) { in annealing()
H A Dpgr_tsp.cpp431 double final_temperature, in annealing() argument
451 for (; final_temperature < temperature; temperature *= cooling_factor) { in annealing()
/dports/databases/pgrouting/pgrouting-3.2.0/doc/tsp/
H A DTSP-family.rst126 while (temperature > final_temperature) {
168 WHILE (temperature > final_temperature) {
233 **final_temperature** ``FLOAT`` `0.1` Ending temperature.
H A Dpgr_TSPeuclidean.rst62 [initial_temperature], [final_temperature], [cooling_factor],
H A Dpgr_TSP.rst67 [initial_temperature], [final_temperature], [cooling_factor],
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/gfx/
H A Dscolorq.inc726 double final_temperature,
790 …double temperature_multiplier = pow(final_temperature/initial_temperature, 1.0/(std::max(3, max_co…
801 while (coarse_level >= 0 || temperature > final_temperature) {
932 if ((temperature <= final_temperature || coarse_level > 0) &&
953 if (temperature > final_temperature) {
/dports/databases/pgrouting/pgrouting-3.2.0/locale/ja/LC_MESSAGES/
H A Dpgr_TSP.po258 msgid "**final_temperature**"
259 msgstr "**final_temperature**"
H A Dpgr_TSPeuclidean.po251 msgid "**final_temperature**"
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_optim.c4216 const int final_temperature) in ga_simulated_annealling_mutation() argument
4242 …d degrees with random starting solution.", max_iterations, initial_temperature, final_temperature); in ga_simulated_annealling_mutation()
4248 … optimisation between %d and %d degrees.", max_iterations, initial_temperature, final_temperature); in ga_simulated_annealling_mutation()
4261 initial_temperature, final_temperature); in ga_simulated_annealling_mutation()
4281 …temperature = initial_temperature + ((double)iteration/max_iterations)*(final_temperature-initial_… in ga_simulated_annealling_mutation()
/dports/databases/pgrouting/pgrouting-3.2.0/locale/pot/
H A Dpgr_TSPeuclidean.pot228 msgid "**final_temperature**"
H A Dpgr_TSP.pot234 msgid "**final_temperature**"
/dports/databases/pgrouting/pgrouting-3.2.0/locale/en/LC_MESSAGES/
H A Dpgr_TSPeuclidean.po232 msgid "**final_temperature**"

12