The temperature ramp which is applied during sequential learning does not result in correct temperature increases -- the corresponding test in test_learning.py is also incomplete.
The issue was that in iteration 0, walker temperatures were not initialized to the starting temperature in the ramp. If the initial temperature is even lower, than this results in incorrect behavior.
The temperature ramp which is applied during sequential learning does not result in correct temperature increases -- the corresponding test in
test_learning.py
is also incomplete.