mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
JavaScriptAIOptions
Interface JavaScriptAIOptions
interface
JavaScriptAIOptions
{
maxMilliseconds
?:
number
;
maxSteps
?:
number
;
onDecision
?:
(
decision
:
AI
.
AIDecision
)
=>
void
;
seed
?:
number
;
}
Hierarchy (
View Summary
)
AIDiagnostics
JavaScriptAIOptions
Index
Properties
max
Milliseconds?
max
Steps?
on
Decision?
seed?
Properties
Optional
Readonly
max
Milliseconds
maxMilliseconds
?:
number
Optional
Readonly
max
Steps
maxSteps
?:
number
Optional
Readonly
on
Decision
onDecision
?:
(
decision
:
AI
.
AIDecision
)
=>
void
Optional
Readonly
seed
seed
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Milliseconds
max
Steps
on
Decision
seed
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...