OOF2: The Manual

Name

Both (Both) — Iteration stops when both the energy reduction rate and move acceptance rate fall below the given thresholds.

Synopsis

Both(reduction_rate,acceptance_rate)

Details

  • Base class: ConditionSelector
  • Parameters:

    reduction_rate
    Minimum allowable energy reduction rate as a percentage of the total energy. Type: A real number in the range [0, 100].
    acceptance_rate
    Minimum allowable move acceptance rate as a percentage of the number of movable nodes. Type: A real number in the range [0, 100].

Description

When the condition parameter of a ConditionalIteration is set to Both, iteration of a SkeletonModifier will stop when both the AcceptanceRate or ReductionRate criteria are satisfied.