パッケージ mechanics.optimization

クラス RotationSearcher.RotationPlan

java.lang.Object
mechanics.optimization.RotationSearcher.RotationPlan
含まれているクラス:
RotationSearcher

public static class RotationSearcher.RotationPlan extends Object
The result of a single rotation evaluation: the character cast order, the action profile chosen for each character, and the total damage dealt.
  • フィールド詳細

    • order

      public List<String> order
      Ordered list of character names defining the macro rotation sequence.
    • profiles

      The action profile selected for each character in this plan.
    • totalDamage

      public double totalDamage
      Total damage accumulated during the evaluation window.
  • コンストラクタの詳細

    • RotationPlan

      public RotationPlan(List<String> order, Map<String,ProfileLoader.ActionProfile> profiles, double totalDamage)
      パラメータ:
      order - cast order (character names in sequence)
      profiles - per-character action profile selection
      totalDamage - total damage produced during the simulation window
  • メソッドの詳細