Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
2584-AI
v2.0
Top Level Namespace
Action
Agent
Board
Feature
Player
RandomEnvironment
Statistic
Record
TupleNetwork
Built with Crystal 1.9.2
2023-10-07 20:35:40 UTC
class
Statistic::Record
Statistic::Record
Reference
Object
Defined in:
statistic.cr
Constructors
.new
Instance Method Summary
#actions
: Array(Action)
#actions=
(actions : Array(Action))
#log
(file : File)
#tick
#tick_time
: Int64
#tock
#tock_time
: Int64
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
actions
: Array(
Action
)
#
[
View source
]
def
actions=
(actions : Array(
Action
))
#
[
View source
]
def
log
(file : File)
#
[
View source
]
def
tick
#
[
View source
]
def
tick_time
: Int64
#
[
View source
]
def
tock
#
[
View source
]
def
tock_time
: Int64
#
[
View source
]