(prob(-1)<1.0?"p(-1)="+sDF2.format(100.0*prob(-1))+"%, ":"")+
"p(+1)="+sDF2.format(100.0*prob(1))+"%, "+
"p(+10)="+sDF5.format(100.0*prob(10))+"%)");
if (iUpdatePoints)
for (Enumeration e=iNeighbourSelectors.elements();e.hasMoreElements();) {
NeighbourSelector ns = (NeighbourSelector)e.nextElement();
sLog.info(" "+ns+" ("+sDF2.format(ns.getPoints())+" pts, "+sDF2.format(100.0*(iUpdatePoints?ns.getPoints():ns.getBonus())/totalPoints())+"%)");
}
iAcceptIter=new int[] {0,0,0};
iMoves = 0; iAbsValue = 0;
}
iLastCoolingIter=iIter;