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

document the DeNovoCloser

parent 88750af1
No related branches found
No related tags found
No related merge requests found
...@@ -418,6 +418,19 @@ functionality of :class:`CloserBase`. ...@@ -418,6 +418,19 @@ functionality of :class:`CloserBase`.
:returns: Whether closing was successful :returns: Whether closing was successful
.. class:: DeNovoCloser
In case of sampling a full stretch, you dont have external constraints. The
closer has a rather boring job in this case.
.. method:: Close(actual_positions,closed_positions)
Does absolutely nothing, except copying over the coordinates from
*actual_positions* to *closed_positions* and return true.
.. _mc-scorer-object: .. _mc-scorer-object:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment