- Oct 12, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
As an exception to our general philosophy, we prefer here to use as input the results from previous tests in the current series of tests because these are performance tests that we want to try with different sizes of edgelist. We do not want to run the tests three times to have the performance for a new size of edgelist.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we can better distinguish initial position from small islands on the map.
-
Lionel GUEZ authored
Move functions `plot_distr_funct`, `fig_hist` and `fig_distr_funct` to module `jumble_matplotlib`, out of this repository, because they are of more general interest.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is case 2 correction in the Matlab program of Rémi Laxenaire.
-
- Oct 09, 2023
-
-
Lionel GUEZ authored
The test is useless in this version since we know `traj_prop[n] == - 1` at the beginning of the iteration, but we are preparing to process phantom patterns.
-
Lionel GUEZ authored
Preparing to process phantom patterns.
-
Lionel GUEZ authored
Define `traj_segm` and `expanded_traj` after the loop on vertices. This is clearer, and we are preparing to process phantom patterns.
-
Lionel GUEZ authored
Preparing to define `traj_segm` and `expanded_traj` out of the loop on vertices.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
- Oct 06, 2023
-
-
Lionel GUEZ authored
Change type of vertex property name in graph-tool graphs from string to int. The option used in function `load_graph_from_csv` requires version >= 2.49 of graph-tool.
-
- Sep 21, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing for a check on the first file.
-
Lionel GUEZ authored
Preparing for another call to this function.
-
Lionel GUEZ authored
-
- Sep 18, 2023
-
-
Lionel GUEZ authored
Check output file suffix at the beginning of the script. No sense going through the calculation if the suffix is wrong.
-
Lionel GUEZ authored
-
- Sep 15, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Do not modify dummy argument x of `plot_distr_funct`.
-
Lionel GUEZ authored
The old algorithm did not give correct results on tests `Greece_trajectories`, `Test_order_edges` and `Traj_component`. We abandon the idea of processing edges in date order. Instead, we now process vertices in topological order.
-
- Sep 13, 2023
-
-
Lionel GUEZ authored
This can happen if the edgelist file is not found.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`my_subgraphs` is only used inside the test on `"cost_function"`.
- Sep 12, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This can happen if the input graph file contains only an extracted component.
-
Lionel GUEZ authored
Necessary because, with old input files, the graph did not have the property `e_overestim`.
-
Lionel GUEZ authored
Instead of reading it from standard input.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Generalize `extract_component.py` so it can also write a graph in graph-tool or graphml format. This is useful to extract a component of the graph of segments including cost values.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Generalize `extract_component.py` so it can also read a graph in graph-tool or graphml format.
-