Xivgear Types Documentation
Preparing search index...
@xivgear/core
solving/sim_runner
SimRunner
Class SimRunner<SimType>
Type Parameters
SimType
extends
Simulation
<
SimResult
,
SimSettings
,
unknown
>
Index
Constructors
constructor
Properties
_
sim
Methods
simulate
Sets
And
Return
Best
Constructors
constructor
new
SimRunner
<
SimType
extends
Simulation
<
SimResult
,
SimSettings
,
unknown
>
>
(
sim
:
SimType
,
)
:
SimRunner
<
SimType
>
Type Parameters
SimType
extends
Simulation
<
SimResult
,
SimSettings
,
unknown
>
Parameters
sim
:
SimType
Returns
SimRunner
<
SimType
>
Properties
_
sim
_sim
:
SimType
Methods
simulate
Sets
And
Return
Best
simulateSetsAndReturnBest
(
sheet
:
GearPlanSheet
,
setExports
:
MicroSetExport
[]
,
update
:
(
n
:
number
)
=>
void
,
)
:
Promise
<
[
number
,
CharacterGearSet
]
>
Simulate and process the best set in one function because splitting them up requires more work.
Parameters
sheet
:
GearPlanSheet
setExports
:
MicroSetExport
[]
update
:
(
n
:
number
)
=>
void
Returns
Promise
<
[
number
,
CharacterGearSet
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
sim
Methods
simulate
Sets
And
Return
Best
Xivgear Types Documentation
Loading...
Simulate and process the best set in one function because splitting them up requires more work.