waynebhayes / SANA

Simulating Annealing Network Aligner
25 stars 40 forks source link

Reducing extra computations #49

Closed nshah9856 closed 5 years ago

nshah9856 commented 5 years ago

Following up on your insight, there was a problem of reevaluation when going "up" or "down" to find the lower/upper bound of temperatures. Simply adding a '-1' and '+1' appropriately takes care of that. This will avoid re-evaluation of the same temperature twice.