-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Densities, random walks & travelling salesman (#206)
* Split trajectory.maths.py into a submodule * Add densities, random walk and travelling salesman trajectories * fixup! Add densities, random walk and travelling salesman trajectories * Add docstrings for random walk and TSP solver * fixup! Add densities, random walk and travelling salesman trajectories * Add docstrings to TSP & sampling densities * Add samplings to random walk initializations and fix boundaries * Add utils to examples to show densities * Add sampling density example skeleton * Add descriptions to sampling density examples * Add dependency to pywavelet * Improve cutoff/decay density, fix dependencies * Gather extra dependencies, homogeneize extra imports * Fix imports to pywavelets * Fix black format in smaps * Remove except duplicate in io/siemens * Update CI with new [extra] dependencies * [docs] Trigger documentation build --------- Co-authored-by: Chaithya G R <[email protected]>
- Loading branch information
1 parent
0b641a6
commit 9c41feb
Showing
25 changed files
with
2,076 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.