Remove optimize & bug fix
-
io
: Adjustment so that hdf5 tracks the order of dicts. -
simulations
:-
Adjust printing: correct simulation results for adjusted solver printing
levels; default solver verbosity is new 1;log
can now be
overwritten insolver_opts
(mainly for debugging). -
Functions moved out of
simulations
:expand_grid_model
moved to
models
andestimate_gridding_options
tomeshes
. The
availability of these functions throughsimulations
will be removed in
v1.4.0.
-
-
optimize
: the module is deprecated and will be removed in v1.4.0. The two
functionsoptimize.{misfit;gradient}
are embedded directly in
Simulation.{misfit;gradient}
.