Skip to content
Snippets Groups Projects
Commit 55470a36 authored by Matthew Webster's avatar Matthew Webster
Browse files

reverted back to pow3 as default as mamy runs fail to converge with tanh and correct cov

parent 49644732
Branches master
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ class MelodicOptions {
approach(string("-a,--approach"), string("symm"),
string("approach for decomposition, 2D: defl, symm (default), 3D: tica, concat (default)"),
false, requires_argument),
nonlinearity(string("--nl"), string("tanh"),
nonlinearity(string("--nl"), string("pow3"),
string("\tnonlinearity: gauss, tanh, pow3, pow4"),
false, requires_argument),
varnorm(string("--vn,--varnorm"), true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment