SelectSegment

class SelectSegment : public feasst::TrialSelectParticle

Select a random segment of a linear chain.

Subclassed by feasst::SelectEndSegment

Arguments

  • max_length : maximum length of selected segment. If -1 (default), then randomly select all possible lengths.

  • TrialSelectParticle arguments.