This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
SimulatedAnnealingPruner prune iteration issue #4309
Open
Description
Describe the issue:
When i use the SimulatedAnnealingPruner, it has iteration of temperature, but i found that its evaluation results is always the same every times, is there anything wrong with the evaluate function?
PS: I checked the Simulatedpruner source code, and found that it must have comparation with the acc every iteration in order to find which search space is better, do I understand this correctly? So i have the doubt.