- All spatial parameters, including
Lj
,Lr
,Hj
,hj
,Zjn
,omegaj
,omegar
, andregion
are now stored in thegraph
structure created bycreate_graph()
.create_graph()
therefore only returns thegraph
structure, instead of both the (updated) parameters and the graph. Converesely,init_parameters()
only contains parameters that are independent of the particular geography defined bycreate_graph()
.
- Minor improvements to Simulated Annealing.
- Better spline options for plotting frictions surface (geography).
- More faithful translation of
apply_geography()
.
- Removed the MATLAB toolbox and corresponding documentation (PDF files) from the repo to decrease size. A new repo was created for the MATLAB toolbox at SebKrantz/OptimalTransportNetworkToolbox. This repo and especially the
docs
folder continue to be very useful for Julia users, but are no longer part of the Julia library.