パッケージ mechanics.optimization
クラス RotationSearcher.RotationPlan
java.lang.Object
mechanics.optimization.RotationSearcher.RotationPlan
- 含まれているクラス:
RotationSearcher
The result of a single rotation evaluation: the character cast order,
the action profile chosen for each character, and the total damage dealt.
-
フィールドの概要
フィールド修飾子とタイプフィールド説明Ordered list of character names defining the macro rotation sequence.The action profile selected for each character in this plan.doubleTotal damage accumulated during the evaluation window. -
コンストラクタの概要
コンストラクタコンストラクタ説明RotationPlan(List<String> order, Map<String, ProfileLoader.ActionProfile> profiles, double totalDamage) -
メソッドの概要
-
フィールド詳細
-
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 totalDamageTotal 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 selectiontotalDamage- total damage produced during the simulation window
-
-
メソッドの詳細