relative vs absolute precision
Brought to you by:
dalsquared,
gowinex
the included amebsa routine treats the "tolerance"
variable as relative precision, while "anneal()"
routine in annealingscheme.java uses the same value as
absolute precision. this can lead to undesired
behaviour, where the "wrapper" never converges and
amebsa always claims to have found the solution ..