1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BUMPS-WEBVIEW "1" "February 2025" "BUMPS" "User Commands"
.SH NAME
bumps-webview \- a webview interface for Bumps
.SH DESCRIPTION
usage: bumps\-webview [\-h] [\-x] [\-\-external] [\-p PORT] [\-\-hub HUB]
.TP
[\-\-fit {dream,scipy.leastsq,amoeba,de,lm,newton}]
[\-\-start] [\-\-store STORE] [\-\-read_store READ_STORE]
[\-\-write_store WRITE_STORE] [\-\-exit]
[\-\-serializer {pickle,dill,dataclass}] [\-\-trace]
[\-\-parallel PARALLEL] [\-\-path PATH] [\-\-no_auto_history]
[\-\-convergence_heartbeat] [\-\-use_persistent_path]
[filename]
.SS "positional arguments:"
.TP
filename
problem file to load, .py or .json (serialized)
fitproblem
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-x\fR, \fB\-\-headless\fR
do not automatically load client in browser
.TP
\fB\-\-external\fR
listen on all interfaces, including external (local
connections only if not set)
.TP
\fB\-p\fR, \fB\-\-port\fR PORT
port on which to start the server
.TP
\fB\-\-hub\fR HUB
api address of parent hub (only used when called as
subprocess)
.TP
\fB\-\-fit\fR {dream,scipy.leastsq,amoeba,de,lm,newton}
fitting engine to use; see manual for details
.TP
\fB\-\-start\fR
start fit when problem loaded
.TP
\fB\-\-store\fR STORE
set read_store and write_store to same file
.TP
\fB\-\-read_store\fR READ_STORE
read initial session state from file (overrides
\fB\-\-store\fR)
.TP
\fB\-\-write_store\fR WRITE_STORE
output file for session state (overrides \fB\-\-store\fR)
.TP
\fB\-\-exit\fR
end process when fit complete (fit results lost unless
write_store is specified)
.TP
\fB\-\-serializer\fR {pickle,dill,dataclass}
strategy for serializing problem, will use value from
store if it has already been defined
.TP
\fB\-\-trace\fR
enable memory tracing (prints after every uncertainty
update in dream)
.TP
\fB\-\-parallel\fR PARALLEL
run fit using multiprocessing for parallelism; use
\fB\-\-parallel\fR=\fI\,0\/\fR for all cpus
.TP
\fB\-\-path\fR PATH
set initial path for save and load dialogs
.TP
\fB\-\-no_auto_history\fR
disable auto\-appending problem state to history on
load and at fit end
.TP
\fB\-\-convergence_heartbeat\fR
enable convergence heartbeat for jupyter kernel (keeps
kernel alive during fit)
.TP
\fB\-\-use_persistent_path\fR
save most recently used path to disk for persistence
between sessions
.SH "SEE ALSO"
The full documentation for
.B bumps-webview
is maintained as a Texinfo manual. If the
.B info
and
.B bumps-webview
programs are properly installed at your site, the command
.IP
.B info bumps
.PP
should give you access to the complete manual.
|