Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhbloo/rapfi
/ functions
Functions
3,291 in github.com/dhbloo/rapfi
⨍
Functions
3,291
◇
Types & classes
512
↓ 1 callers
Method
childUpperBound
Returns the upper bound of this child node's bound.
Rapfi/search/mcts/node.h:136
↓ 1 callers
Function
classicalEvalMargin
Finds a margin for switching to classical evaluation if it falls outside alpha-beta window with this margin.
Rapfi/eval/eval.cpp:80
↓ 1 callers
Method
clearAllBoardText
Rapfi/database/dbtypes.cpp:189
↓ 1 callers
Method
clearData
Rapfi/search/ab/search.cpp:68
↓ 1 callers
Function
clearHash
Rapfi/command/gomocup.cpp:434
↓ 1 callers
Function
collectEvalCoeffs
Rapfi/tuning/tuner.cpp:95
↓ 1 callers
Function
collectMoveScoreCoeffs
Rapfi/tuning/tuner.cpp:124
↓ 1 callers
Method
computeEvalGradient
TuneEntry::computeEvalGradient() computes gradient of params for this tune entry based on loss function of eval. The gradient is not normalized.
Rapfi/tuning/tuner.cpp:339
↓ 1 callers
Method
computeMoveScoreGradient
TuneEntry::computeMoveScoreGradient() computes gradient of params for this tune entry based on loss function of move score. The gradient is not normal
Rapfi/tuning/tuner.cpp:364
↓ 1 callers
Function
consume_backwards_whitespace
Rapfi/external/cpptoml/include/cpptoml.h:3146
↓ 1 callers
Function
copyDatabasePathToRoot
Rapfi/database/dbutils.cpp:36
↓ 1 callers
Function
cpuctExplorationFactor
Compute the Cpuct exploration factor for the given parent node visits.
Rapfi/search/mcts/search.cpp:236
↓ 1 callers
Method
curMoveNormalizePolicy
Get the normalized policy in [0,1] of current move. Use after enable normalized policy.
Rapfi/search/movepick.h:56
↓ 1 callers
Method
currentLR
Rapfi/tuning/optimizer.h:38
↓ 1 callers
Function
date_type
Rapfi/external/cpptoml/include/cpptoml.h:3180
↓ 1 callers
Function
deleteDatabaseAll
Rapfi/command/gomocup.cpp:931
↓ 1 callers
Function
deleteDatabaseOne
Rapfi/command/gomocup.cpp:1070
↓ 1 callers
Function
determine_number_type
Rapfi/external/cpptoml/include/cpptoml.h:2356
↓ 1 callers
Function
deviceString
Get the device string of a onnx device enum.
Rapfi/eval/onnxevaluator.cpp:74
↓ 1 callers
Function
dot2
Rapfi/eval/simdops.h:2514
↓ 1 callers
Function
doubleSEMargin
Margin for double singular extension
Rapfi/search/ab/parameter.h:165
↓ 1 callers
Method
dump
Rapfi/search/hashtable.cpp:268
↓ 1 callers
Function
dumpHash
Rapfi/command/gomocup.cpp:447
↓ 1 callers
Method
eat_or
Rapfi/external/cpptoml/include/cpptoml.h:1800
↓ 1 callers
Method
emplace_hint
Rapfi/external/flat.hpp/headers/flat.hpp/flat_map.hpp:448
↓ 1 callers
Function
entryHash
Rapfi/tuning/datawriter.cpp:79
↓ 1 callers
Function
evaluateNode
Rapfi/search/mcts/search.cpp:450
↓ 1 callers
Method
evaluatePolicySmall
Rapfi/eval/mix10nnue.cpp:775
↓ 1 callers
Method
evaluateValueLarge
Rapfi/eval/mix10nnue.cpp:756
↓ 1 callers
Function
expandCandidate
Rapfi/search/opening.cpp:215
↓ 1 callers
Function
expandCandidateHalfBoard
Rapfi/search/opening.cpp:229
↓ 1 callers
Function
extensionFromStatScore
Compute depth extension from statScore of current move.
Rapfi/search/ab/parameter.h:266
↓ 1 callers
Function
extractPVOfChildNode
Extract PV of the given node recursively. @param node The node to extract PV. @param pv[out] The extracted PV will be appended to this array. @param m
Rapfi/search/mcts/search.cpp:785
↓ 1 callers
Function
failHighMargin
Fail high reduction margin
Rapfi/search/ab/parameter.h:129
↓ 1 callers
Function
fillPatternCodeLUT
Rapfi/game/pattern.cpp:406
↓ 1 callers
Function
findAllPseudoFourDefendPos
Find all pseudo defence pos of FOUR pattern4. @param side Color of side with a FOUR pattern4.
Rapfi/game/movegen.cpp:124
↓ 1 callers
Method
findNode
Find the node with the given hash key. @return Pointer to the node if found, otherwise nullptr. @note This function uses reader lock to ensure thread-
Rapfi/search/mcts/nodetable.h:79
↓ 1 callers
Function
find_end_of_number
Rapfi/external/cpptoml/include/cpptoml.h:2858
↓ 1 callers
Function
format_description
Rapfi/external/cxxopts/include/cxxopts.hpp:1945
↓ 1 callers
Function
format_option
Rapfi/external/cxxopts/include/cxxopts.hpp:1899
↓ 1 callers
Function
from_zoned
Rapfi/external/cpptoml/include/cpptoml.h:128
↓ 1 callers
Function
futilityMoveCount
Move count based pruning. When we already have a non-losing move, and opponent is not making a four at last step, moves that exceeds futility move cou
Rapfi/search/ab/parameter.h:145
↓ 1 callers
Function
generateOpening
Generate opening move for (almost) empty board state. @param[in] board Board state to probe a opening move. @param[in] rule The rule including game ru
Rapfi/search/opening.cpp:48
↓ 1 callers
Method
getAllBoardTexts
Rapfi/database/dbtypes.cpp:106
↓ 1 callers
Function
getBuildInfo
Rapfi/core/version.cpp:37
↓ 1 callers
Function
getDefaultConfigPath
Rapfi/command/command.cpp:92
↓ 1 callers
Function
getDefaultDevice
Get the default device of this machine.
Rapfi/eval/onnxevaluator.cpp:96
↓ 1 callers
Function
getEngineInfo
Rapfi/core/version.cpp:117
↓ 1 callers
Method
getEvalUtility
Returns the evaluated utility value of this node.
Rapfi/search/mcts/node.h:211
↓ 1 callers
Method
getIOVersion
Rapfi/eval/onnxevaluator.cpp:158
↓ 1 callers
Method
getInputNames
Rapfi/eval/onnxevaluator.cpp:160
↓ 1 callers
Method
getLastActualMoveOfSide
Rapfi/game/board.cpp:507
↓ 1 callers
Function
getOption
Rapfi/command/gomocup.cpp:195
↓ 1 callers
Method
getOutputNames
Rapfi/eval/onnxevaluator.cpp:171
↓ 1 callers
Function
getThreadIdToNodeMapping
getThreadIdToNodeMapping() build once-per-process vector that maps every logical processor ID (0 … onlineCPUCount-1, enumerated in [group, number] ord
Rapfi/core/platform.cpp:85
↓ 1 callers
Function
getVersionNumbers
Rapfi/core/version.cpp:32
↓ 1 callers
Method
getVirtualVisits
Returns the total virtual visits of this node.
Rapfi/search/mcts/node.h:205
↓ 1 callers
Method
get_array
* Obtains an array for a given key. */
Rapfi/external/cpptoml/include/cpptoml.h:1398
↓ 1 callers
Method
get_table_array
* Obtains a table_array for a given key, if possible. */
Rapfi/external/cpptoml/include/cpptoml.h:1418
↓ 1 callers
Method
get_thread_count
* @brief Get the number of threads in the pool. * * @return The number of threads. */
Rapfi/external/thread-pool/include/BS_thread_pool.hpp:399
↓ 1 callers
Function
get_value_from_map
Rapfi/external/libnpy/include/npy.hpp:312
↓ 1 callers
Method
hasBoardText
Rapfi/database/dbtypes.cpp:82
↓ 1 callers
Method
hasChild
Rapfi/database/dbutils.cpp:153
↓ 1 callers
Method
hasNormalizedPolicy
Whether this movepicker computes normalized policy score.
Rapfi/search/movepick.h:54
↓ 1 callers
Method
hasSibling
Rapfi/database/dbutils.cpp:154
↓ 1 callers
Method
hasTag
Rapfi/database/dbutils.cpp:152
↓ 1 callers
Method
hashUsage
Rapfi/search/hashtable.cpp:315
↓ 1 callers
Function
hex_to_digit
Rapfi/external/cpptoml/include/cpptoml.h:2648
↓ 1 callers
Method
incGeneration
Increase the current generation (aging all entries in the table).
Rapfi/search/hashtable.h:72
↓ 1 callers
Method
initEmptyBoard
Rapfi/eval/mix10nnue.cpp:993
↓ 1 callers
Function
initReductionLUT
Init Reductions table according to num threads.
Rapfi/search/ab/parameter.h:196
↓ 1 callers
Function
initZobrish
Init zobrish table using PRNG with the given seed. @param seed Seed of PRNG.
Rapfi/core/hash.cpp:33
↓ 1 callers
Function
integer_parser
Rapfi/external/cxxopts/include/cxxopts.hpp:867
↓ 1 callers
Method
isAnalysisMode
Checks if we are in analysis mode.
Rapfi/search/searchcommon.h:164
↓ 1 callers
Function
isBoardSymmetry
Rapfi/search/opening.cpp:235
↓ 1 callers
Method
isInBoard
Check if the pos is in the region of current board size.
Rapfi/game/board.h:228
↓ 1 callers
Method
isKiller
Check whether a move is killer at this ply.
Rapfi/search/ab/searchstack.h:63
↓ 1 callers
Function
isMinimalInstType
Check if the given instruction type is the minimal length on this platform.
Rapfi/eval/simdops.h:54
↓ 1 callers
Function
isRectangleTransform
Check if a transform type is applicable to rectangle.
Rapfi/core/pos.h:203
↓ 1 callers
Method
isTerminal
Returns if this node is terminal.
Rapfi/search/mcts/node.h:220
↓ 1 callers
Method
is_boolean
Rapfi/external/cxxopts/include/cxxopts.hpp:1135
↓ 1 callers
Function
is_digits
helpers
Rapfi/external/libnpy/include/npy.hpp:257
↓ 1 callers
Function
is_hex
Rapfi/external/cpptoml/include/cpptoml.h:1767
↓ 1 callers
Method
is_inline
* Whether or not the table array is declared inline. This mostly * matters for parsing, where statically defined arrays cannot be * appended
Rapfi/external/cpptoml/include/cpptoml.h:1168
↓ 1 callers
Method
is_value
* Determines if the given TOML element is a value. */
Rapfi/external/cpptoml/include/cpptoml.h:509
↓ 1 callers
Function
libToDatabase
Rapfi/command/gomocup.cpp:519
↓ 1 callers
Function
listAllFilesInDirRecursively
Rapfi/core/utils.cpp:347
↓ 1 callers
Method
load
Rapfi/eval/weightloader.h:185
↓ 1 callers
Function
loadHash
Rapfi/command/gomocup.cpp:459
↓ 1 callers
Function
lossFunction
Rapfi/tuning/tuner.cpp:63
↓ 1 callers
Function
lossFunctionGrad
Rapfi/tuning/tuner.cpp:82
↓ 1 callers
Method
makeSearchData
Rapfi/search/ab/searcher.h:69
↓ 1 callers
Method
merge
Rapfi/search/opening.cpp:122
↓ 1 callers
Function
mergeDatabase
Rapfi/command/gomocup.cpp:1106
↓ 1 callers
Method
minMultiPv
Rapfi/search/skill.h:48
↓ 1 callers
Method
move
Rapfi/eval/mix9svqnnue.cpp:429
↓ 1 callers
Method
move
Rapfi/eval/onnxevaluator.cpp:372
↓ 1 callers
Function
moveImportance
Move importance regarding to game ply. The curve is made from pure experience, better to be tuned with statistical data.
Rapfi/search/timecontrol.cpp:32
↓ 1 callers
Function
mulhi64
Rapfi/core/platform.h:110
↓ 1 callers
Function
mz_adler32
Rapfi/external/zip/src/miniz.h:1799
← previous
next →
701–800 of 3,291, ranked by callers