Skip to content

Commit

Permalink
Fix documentation headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Apr 18, 2024
1 parent beb614e commit e7bb36c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions biobalm/_sd_attractors/attractor_candidates.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ def compute_attractor_candidates(
Subsequently, the method can further optimize this set of candidates.
### Greedy ASP minification
Greedy ASP minification
-----------------------
Depending on which values are chosen for the NFVS nodes, a different set of
candidates is obtained. This optimization method flips the initial NFVS node
values and retains modifications that lead to a smaller candidate set, until
a local minimum is achieved.
### Simulation minification
Simulation minification
-----------------------
It is often possible to reduce the candidate set using a pseudo-random walk
which eventually leads to one of the child spaces, or to one of the existing
candidate states.
### Pint minification
Pint minification
-----------------
The tool `pint` can perform (incomplete) reachability check for any network
state, hence we can also use it to reduce the list of candidate states.
This option is only available if pint is actually installed.
Expand Down

0 comments on commit e7bb36c

Please sign in to comment.