Ver código fonte

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

Andrej 2 anos atrás
pai
commit
8ee45b28e9
1 arquivos alterados com 1 adições e 1 exclusões
  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);