From 1c1106777a98119cf29c05c3f6e0de7077eb19b5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 15 Oct 2014 01:24:40 +0200 Subject: Switch to using the Port algorithm per default Actually this only changes the order of entries in the dropbox, the default is set in mkin::mkinfit(). --- inst/GUI/gmkin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inst') diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index 9ffe1c7..50cd4ed 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -906,7 +906,7 @@ f.gg.opts.reweight.tol <- gedit(1e-8, label = "reweight.tol", width = 20, cont = f.gg.opts) f.gg.opts.reweight.max.iter <- gedit(10, label = "reweight.max.iter", width = 20, cont = f.gg.opts) -optimisation_methods <- c("Marq", "Port", "SANN") +optimisation_methods <- c("Port", "Marq", "SANN") f.gg.opts.method.modFit <- gcombobox(optimisation_methods, selected = 1, label = "method.modFit", width = 200, -- cgit v1.2.1