Back to Mover page.
Allows looping over a mover using either iterations or a filter as a stopping condition (the first turns true). By using ParsedProtocol mover (formerly named the DockDesign mover) above with loop can be useful, e.g., if making certain moves is expensive and then we want to exhaust other, shorter moves.
<LoopOver name=(&string) mover_name=(&string) filter_name=( false_filter &string) iterations=(10 &Integer) drift=(true &bool) ms_whenfail=("MS_SUCCESS" &string) />
drift:
Note that "falling off the end" of the iteration will revert to the original input pose, even if drift is set to true.
Code lives in src/protocols/protein_interface_design/movers/LoopOver.cc
This mover is somewhat deprecated in favor of the more general GenericMonteCarlo mover.