OOF2: The Manual
Name
Either (Either) — Iteration stops when either the energy reduction rate or move acceptance rate falls below the given thresholds.
Synopsis
Either(acceptance_rate,reduction_rate)
Details
-
Base class:
ConditionSelector -
Parameters:
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].
reduction_rate- Minimum allowable energy reduction rate as a percentage of the total energy. Type: A real number in the range [0, 100].
Description
When the condition parameter of a ConditionalIteration is set to
Either, iteration of a SkeletonModifier will stop when either
the AcceptanceRate or ReductionRate criterion is satisfied.



