X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=pkg%2FR%2FoptimParams.R;h=5d378989e4b234e2b4620b80b38456ff536e1b2c;hp=5c80fc2c8cdd3cd1a328f041d8b46687c25bb30f;hb=07f2d0453144f5b639dcc28f1df40a141db7da79;hpb=38c65767eb0c8c5a7ad6025471f56dbaffc68e6e diff --git a/pkg/R/optimParams.R b/pkg/R/optimParams.R index 5c80fc2..5d37898 100644 --- a/pkg/R/optimParams.R +++ b/pkg/R/optimParams.R @@ -268,7 +268,7 @@ setRefClass( # (Re)Set W to identity, to allow several run from the same object W <<- diag(d+d^2+d^3) - loopMax <- 2 #TODO: loopMax = 3 ? + loopMax <- 2 #TODO: loopMax = 3 ? Seems not improving... for (loop in 1:loopMax) { op_res = constrOptim( linArgs(θ0), .self$f, .self$grad_f,