if(this.debugLevel>1)System.out.println("LMA failed to converge, but RMS improved from the initial value ("+lMAData.getRMSes()[0]+" < "+lMAData.getFirstRMSes()[0]+")");
if(this.debugLevel>2)System.out.println("LMA failed to converge, but RMS improved from the initial value ("+lMAData.getRMSes()[0]+" < "+lMAData.getFirstRMSes()[0]+")");
state[0]=true;
}
if(this.debugLevel>0){
if(this.debugLevel>1){
if(state[1]&&!state[0]){// failure, show at debugLevel >0