You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls which estimation method is used when selecting the starting temperature
846
+
for the automatic annealing schedule.
847
+
848
+
The options for estimators are:
849
+
850
+
* ``cost_variance``: Estimates the initial temperature using the variance of cost after a set of trial swaps. The initial temperature is set to a value proportional to the variance.
851
+
* ``equilibrium``: Estimates the initial temperature by trying to predict the equilibrium temperature for the initial placement (i.e. the temperature that would result in no change in cost).
852
+
853
+
**Default** ``cost_variance``
854
+
843
855
.. option:: --init_t <float>
844
856
845
857
The starting temperature of the anneal for the manual annealing schedule.
0 commit comments