AlwaysReject

class AlwaysReject : public feasst::Criteria

Always reject the trial.

Public Functions

AlwaysReject(std::shared_ptr<Constraint> constraint)

Same as above, but with an added constraint.

bool is_accepted(const System &system, Acceptance *acceptance, Random *random)

Return whether or not the trial attempt should be accepted.