logger.debug("Best Parameters Found:"+Debug.getString(iBestPointsFound[iBestPointIndex])+" fit function value="+bestFunctionValue[iBestPointIndex]);
logger.debug("Best Parameters Found:"+Debug.getString(iBestPointsFound[iBestPointIndex])+" fit function value="+iBestFunctionValue[iBestPointIndex]);
if(diffFitness){
if(diffFitness){
Utils.messageDialog("IA - CMA optimization","Warning: Optimization returned different results for reruns. The results may not be accurate. Displaying the parameters and the plots corr. to best fitness.");
Utils.messageDialog("IA - CMA optimization","Warning: Optimization returned different results for reruns. The results may not be accurate. Displaying the parameters and the plots corr. to best fitness.");
}
}
fitfun.l2Norm(iBestPointsFound[iBestPointIndex]);// to calc pgrid for best params
fitfun.l2Norm(iBestPointsFound[iBestPointIndex]);// to calc pgrid for best params