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
TupleNetwork
TupleNetwork
Reference
Object
Defined in:
tuple-network/tuple-network.cr
Constructors
.new
(patterns : Array(Feature))
Instance Method Summary
#estimate
(b : Board)
#load
(path)
#save
(path)
#update
(b : Board, value : Number)
Constructor Detail
def self.
new
(patterns : Array(
Feature
))
#
[
View source
]
Instance Method Detail
def
estimate
(b :
Board
)
#
[
View source
]
def
load
(path)
#
[
View source
]
def
save
(path)
#
[
View source
]
def
update
(b :
Board
, value : Number)
#
[
View source
]