Skip to content
Snippets Groups Projects
Commit e203434d authored by Studer Gabriel's avatar Studer Gabriel
Browse files

docu update

parent 7009f903
No related branches found
No related tags found
No related merge requests found
...@@ -66,17 +66,16 @@ loops. A global optimum is therefore not guaranteed, but still very likely. ...@@ -66,17 +66,16 @@ loops. A global optimum is therefore not guaranteed, but still very likely.
:param max_pruning_iterations: Maximum number of pruning iterations before :param max_pruning_iterations: Maximum number of pruning iterations before
giving up giving up
:param max_complexity: Pruning gets performed until
:type mhandle: :class:`ModellingHandle` :type mhandle: :class:`ModellingHandle`
:type gaps: :class:`StructuralGapList`
:type loop_candidates: :class:`list` :type loop_candidates: :class:`list`
:type start_resnums: :class:`list`
:type chain_indices: :class:`list`
:type weights: :class:`dict` :type weights: :class:`dict`
:type fill_solution: :class:`bool` :type max_pruning_iterations: :class:`int`
:type max_complexity: :class:`int`
:returns: A list specifying the optimal index for every element in
**loop_candidates**.
Rigid Blocks Rigid Blocks
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment