瀏覽代碼

Changed number of global fit minimum search to 40 for fitCentersPixelIVF.mg

Andrej 2 年之前
父節點
當前提交
8ee45b28e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      matlab/fitCentersPixelIVF.m

+ 1 - 1
matlab/fitCentersPixelIVF.m

@@ -46,7 +46,7 @@ function [globalPar, cPars] = ...
     options.Display='off'; 
     %[options.OptimalityTolerance,options.FunctionTolerance,options.StepTolerance];
     %holds best estimate
-    n1=20;
+    n1=40;
     nFitIndividual=4;
     qfit=zeros(1,nFitIndividual*nclass);