TrialSelectParticle
-
class TrialSelectParticle : public feasst::TrialSelect
Select a random particle for Trial.
Subclassed by feasst::SelectCrankshaftSmall, feasst::SelectSegment
Arguments
site: site name to select. If all sites, set to -1 (default).
min_particles: do not select if less than min number of particles. If -1, no constraint (default: -1). Note that this is the number of particles before the Trial.
max_particles: do not select if more than max number of particles. If -1, no constraint (default: -1). Note that this is the number of particles before the Trial.
TrialSelect arguments.