update
This commit is contained in:
@@ -286,7 +286,7 @@ julia>
|
|||||||
|
|
||||||
# Signature
|
# Signature
|
||||||
"""
|
"""
|
||||||
function simulate(node::MCTSNode, transition::Function, args...;
|
function simulate(node::MCTSNode, transition::Function, args::NamedTuple;
|
||||||
maxdepth::Integer=3, totalsample::Integer=3
|
maxdepth::Integer=3, totalsample::Integer=3
|
||||||
)::Union{Tuple{Number, Dict{Symbol, <:Any}}, Tuple{Number, Nothing}}
|
)::Union{Tuple{Number, Dict{Symbol, <:Any}}, Tuple{Number, Nothing}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user