Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
b9021856
Commit
b9021856
authored
Jan 25, 2017
by
Sebastian Heimann
Browse files
grond harvest improved help string of --weed
parent
a01814f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/grond
View file @
b9021856
...
@@ -298,7 +298,17 @@ def command_harvest(args):
...
@@ -298,7 +298,17 @@ def command_harvest(args):
help
=
'take NEACH best samples from each chain (default: 10)'
)
help
=
'take NEACH best samples from each chain (default: 10)'
)
parser
.
add_option
(
parser
.
add_option
(
'--weed'
,
dest
=
'weed'
,
type
=
int
,
default
=
0
,
'--weed'
,
dest
=
'weed'
,
type
=
int
,
default
=
0
,
help
=
'weed out bootstrap samples with bad global performance'
)
help
=
'weed out bootstrap samples with bad global performance. '
'0: no weeding (default), '
'1: only bootstrap chains where all NEACH best samples '
'global misfit is less than the global average misfit of all '
'NEACH best in all chains plus one standard deviation are '
'included in the harvest ensemble, '
'2: same as 1 but additionally individual samples are '
'removed if their global misfit is greater than the global '
'average misfit of all NEACH best in all chains, '
'3: harvesting is done on the global chain only, bootstrap '
'chains are excluded'
)
parser
,
options
,
args
=
cl_parse
(
'harvest'
,
args
,
setup
)
parser
,
options
,
args
=
cl_parse
(
'harvest'
,
args
,
setup
)
if
len
(
args
)
!=
1
:
if
len
(
args
)
!=
1
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment