Skip to content

Commit

Permalink
updating mst docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Dec 2, 2024
1 parent 3e0e3d1 commit 7e738d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def __init__(
... note::
This approach is not recommended for Free Energy calculations in application cases, as it is very computationally expensive.
However, this approach is very important, as all other approaches use the Maximal Network as an initial solution,
then remove edges to achieve the desired design.
then remove edges to achieve the desired design.
This class is recommended as an `initial_edge_lister` for other approaches.
> **Note**: the `MaximalNetworkGenerator` is parallelized and the number of CPUs can be given with `n_processes`.
> All other approaches in Konnektor benefit from this parallelization and you can use this parallelization with `n_processes` key word during class construction.
The `MaximalNetworkGenerator` is parallelized and the number of CPUs can be given with `n_processes`.
All other approaches in Konnektor benefit from this parallelization and you can use this parallelization with `n_processes` key word during class construction.
Parameters
----------
Expand Down

0 comments on commit 7e738d0

Please sign in to comment.