![]() |
Rosetta
2021.16
|
#include <SmoothPolicy.hh>

Classes | |
| class | Candidate |
Public Member Functions | |
| SmoothPolicy (FragSetCOP fragments) | |
| core::Size | choose (const core::fragment::Frame &frame, const core::pose::Pose &) override |
| Given the current state of <pose>, selects the fragment in <frame> that minimizes overall distortion. More... | |
Public Member Functions inherited from protocols::nonlocal::Policy | |
| Policy (FragSetCOP fragments) | |
| Provides derived classes with the opportunity to precompute various properties of the fragment set from which they will have to make choices. More... | |
| FragSetCOP | fragments () const |
Private Types | |
| typedef core::fragment::FragSetCOP | FragSetCOP |
| typedef protocols::simple_moves::GunnCost | GunnCost |
Private Attributes | |
| GunnCost | scorer_ |
|
explicit |
|
overridevirtual |
Given the current state of <pose>, selects the fragment in <frame> that minimizes overall distortion.
Implements protocols::nonlocal::Policy.
References protocols::simple_moves::FragmentCost::cutoff(), protocols::nonlocal::make_selection(), core::fragment::Frame::nr_frags(), protocols::hybridization::score, protocols::simple_moves::GunnCost::score(), and scorer_.
1.8.7