Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Svalorzen/AI-Toolbox
/ functions
Functions
1,420 in github.com/Svalorzen/AI-Toolbox
⨍
Functions
1,420
◇
Types & classes
304
↓ 3 callers
Function
makeSOSA
include/AIToolbox/POMDP/Utils.hpp:132
↓ 3 callers
Function
parseCassandra
src/MDP/IO.cpp:17
↓ 3 callers
Function
printCurrentTimeString
examples/MDP/tiger_antelope.cpp:187
↓ 3 callers
Method
reconstruct
src/Factored/Utils/FasterTrie.cpp:71
↓ 3 callers
Method
reset
src/Factored/Utils/Core.cpp:396
↓ 3 callers
Function
rewFun
src/Factored/Bandit/Environments/MiningProblem.cpp:14
↓ 3 callers
Method
sampleAction
include/AIToolbox/MDP/Algorithms/MCTS.hpp:185
↓ 3 callers
Method
sampleR
include/AIToolbox/Bandit/Model.hpp:105
↓ 3 callers
Function
sawtoothInterpolation
src/Utils/Polytope.cpp:242
↓ 3 callers
Method
setEpsilon
src/Utils/Adam.cpp:42
↓ 3 callers
Method
setHorizon
src/POMDP/Algorithms/QMDP.cpp:11
↓ 3 callers
Method
setRewardFunction
src/MDP/SparseModel.cpp:23
↓ 3 callers
Method
setTransitionFunction
src/MDP/SparseModel.cpp:16
↓ 3 callers
Function
toFactors
src/Factored/Utils/Core.cpp:229
↓ 3 callers
Function
updateBeliefPartialNormalized
include/AIToolbox/POMDP/Utils.hpp:418
↓ 2 callers
Method
QGreedyPolicy
src/MDP/Policies/QGreedyPolicy.cpp:6
↓ 2 callers
Method
advance
* @brief This function advances the SubsetEnumerator to the next possible subset. * * This function iterates first on the la
include/AIToolbox/Utils/Combinatorics.hpp:108
↓ 2 callers
Function
bellmanOperatorInplace
src/MDP/Utils.cpp:25
↓ 2 callers
Function
callFunction
include/AIToolbox/Impl/FunctionMatching.hpp:163
↓ 2 callers
Function
caller
include/AIToolbox/Impl/FunctionMatching.hpp:142
↓ 2 callers
Function
checkDifferentGeneral
* @brief This function checks if two doubles are reasonably different. * * The order of the parameters is not important. * * @para
include/AIToolbox/Utils/Core.hpp:89
↓ 2 callers
Function
checkRemoveAtSign
src/POMDP/IO.cpp:43
↓ 2 callers
Method
conversionData
src/Utils/LP/LpSolveWrapper.cpp:14
↓ 2 callers
Method
crossSum
include/AIToolbox/POMDP/Algorithms/PBVI.hpp:269
↓ 2 callers
Function
crossSumF
* @brief This function cross-sums the input lists. * * For each element of tag/value in both inputs, a new value will be * returned wit
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:59
↓ 2 callers
Function
derivative
test/UtilsAdamTests.cpp:16
↓ 2 callers
Function
extractBestAtPoint
include/AIToolbox/Utils/Polytope.hpp:177
↓ 2 callers
Function
extractBestUsefulPoints
include/AIToolbox/Utils/Polytope.hpp:248
↓ 2 callers
Function
extractDominatedIncremental
include/AIToolbox/Utils/Prune.hpp:96
↓ 2 callers
Function
findBestDeltaDominated
include/AIToolbox/Utils/Polytope.hpp:138
↓ 2 callers
Method
findWitness
src/Utils/Polytope.cpp:391
↓ 2 callers
Function
generator
test/MDP/ModelTests.cpp:61
↓ 2 callers
Function
generator
()
test/Python/MDP/ExperienceTests.py:9
↓ 2 callers
Method
getActionProbability
src/MDP/Policies/WoLFPolicy.cpp:63
↓ 2 callers
Method
getCurrentNk
src/Bandit/Policies/SuccessiveRejectsPolicy.cpp:76
↓ 2 callers
Method
getDiscount
src/Factored/MDP/Algorithms/JointActionLearner.cpp:65
↓ 2 callers
Method
getDiscount
src/MDP/Model.cpp:61
↓ 2 callers
Method
getDiscount
examples/MDP/tiger_antelope.cpp:135
↓ 2 callers
Method
getF
src/Factored/Utils/Trie.cpp:148
↓ 2 callers
Method
getId
src/Factored/Utils/BayesianNetwork.cpp:78
↓ 2 callers
Method
getKnowledgeMeasure
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:173
↓ 2 callers
Method
getLambda
* @brief This function returns the currently set lambda parameter. */
include/AIToolbox/MDP/Algorithms/QL.hpp:54
↓ 2 callers
Method
getM2
src/MDP/Experience.cpp:67
↓ 2 callers
Method
getS
test/MDP/DoubleQLearningTests.cpp:54
↓ 2 callers
Method
getTimesteps
src/Factored/Bandit/Experience.cpp:61
↓ 2 callers
Method
getTimesteps
src/MDP/Experience.cpp:51
↓ 2 callers
Method
getTolerance
src/MDP/Algorithms/ValueIteration.cpp:23
↓ 2 callers
Method
getTraceDiscount
* @brief This function returns the trace discount for the learning. */
include/AIToolbox/MDP/Algorithms/QL.hpp:61
↓ 2 callers
Function
getTransitionProbability
Given two coordinates and an action, return the transition probability. Parameters ---------- coord1: tuple of int Four elem
examples/MDP/tiger_antelope.py:64
↓ 2 callers
Method
isTerminal
test/MDP/Utils/OldMDPModel.hpp:365
↓ 2 callers
Method
isTerminal
src/MDP/SparseModel.cpp:46
↓ 2 callers
Method
isTerminal
src/MDP/Model.cpp:52
↓ 2 callers
Method
isValid
* @brief This function returns whether there are more subsets to be enumerated. */
include/AIToolbox/Utils/Combinatorics.hpp:124
↓ 2 callers
Function
makeRandomMatrix2D
test/UtilsIOTests.cpp:26
↓ 2 callers
Function
makeRandomProbability
include/AIToolbox/Utils/Probability.hpp:316
↓ 2 callers
Function
makeRandomSparseMatrix2D
test/UtilsIOTests.cpp:32
↓ 2 callers
Function
makeRandomSparseTable2D
test/UtilsIOTests.cpp:65
↓ 2 callers
Function
makeRandomTable2D
test/UtilsIOTests.cpp:59
↓ 2 callers
Function
makeRandomValue
include/AIToolbox/Factored/Utils/Core.hpp:58
↓ 2 callers
Function
makeRandomVector
test/UtilsIOTests.cpp:19
↓ 2 callers
Function
makeValueFunction
src/POMDP/Utils.cpp:4
↓ 2 callers
Function
match
src/Factored/Utils/Core.cpp:45
↓ 2 callers
Function
max_element_unary
include/AIToolbox/Utils/Core.hpp:316
↓ 2 callers
Function
plusSubset
src/Factored/Utils/FactoredVectorOps.cpp:84
↓ 2 callers
Function
printMachineLoad
* @brief This function returns a printable character of a machine's load. */
src/Factored/MDP/Environments/SysAdminUtils.hpp:193
↓ 2 callers
Function
printMachineStatus
* @brief This function returns a printable character of a machine's status. */
src/Factored/MDP/Environments/SysAdminUtils.hpp:181
↓ 2 callers
Method
process
src/Tools/Statistics.cpp:27
↓ 2 callers
Function
projectToProbability
src/Utils/Probability.cpp:37
↓ 2 callers
Method
reset
* @brief This function resets the enumerator to the valid beginning. */
include/AIToolbox/Utils/Combinatorics.hpp:131
↓ 2 callers
Function
rmMax
src/POMDP/Algorithms/SARSOP.cpp:46
↓ 2 callers
Function
rollout
include/AIToolbox/MDP/Algorithms/Utils/Rollout.hpp:32
↓ 2 callers
Method
sampleAction
src/Factored/Bandit/Policies/LLRPolicy.cpp:13
↓ 2 callers
Function
sampleDirichletDistribution
include/AIToolbox/Utils/Probability.hpp:270
↓ 2 callers
Method
sampleSOR
test/POMDP/rPOMCPTests.cpp:81
↓ 2 callers
Method
sampleSR
src/MDP/SparseModel.cpp:27
↓ 2 callers
Method
sampleSRs
src/Factored/MDP/CooperativeModel.cpp:115
↓ 2 callers
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/QL.hpp:46
↓ 2 callers
Method
setM2Matrix
src/MDP/Experience.cpp:47
↓ 2 callers
Method
setObservationFunction
test/POMDP/Utils/OldPOMDPModel.hpp:258
↓ 2 callers
Method
setRewardFunction
test/MDP/Utils/OldMDPModel.hpp:333
↓ 2 callers
Method
sort
include/AIToolbox/Utils/IndexMap.hpp:232
↓ 2 callers
Method
stepAdvance
src/Factored/Utils/Trie.cpp:65
↓ 2 callers
Function
veccmpSmall
include/AIToolbox/Utils/Core.hpp:182
↓ 1 callers
Method
GapMin
src/POMDP/Algorithms/GapMin.cpp:6
↓ 1 callers
Method
GenerativeModelPython
* @brief Basic constructor. * * This constructor takes a Python object, which will be used to * call the genera
src/Python/MDP/GenerativeModelPython.hpp:33
↓ 1 callers
Method
JointActionLearner
src/Factored/MDP/Algorithms/JointActionLearner.cpp:4
↓ 1 callers
Method
Model
src/MDP/Model.cpp:4
↓ 1 callers
Method
PolicyIteration
src/MDP/Algorithms/PolicyIteration.cpp:4
↓ 1 callers
Method
QLearning
src/MDP/Algorithms/QLearning.cpp:4
↓ 1 callers
Method
advance
src/Factored/Utils/Trie.cpp:60
↓ 1 callers
Method
begin
include/AIToolbox/Factored/Utils/FactorGraph.hpp:433
↓ 1 callers
Method
beginFactorCrossSum
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:117
↓ 1 callers
Function
bellmanBackup
src/Factored/MDP/Utils.cpp:4
↓ 1 callers
Function
bestPromisingAction
include/AIToolbox/POMDP/Utils.hpp:664
↓ 1 callers
Function
buildAdjacencyList
include/AIToolbox/Factored/Utils/APSP.hpp:79
↓ 1 callers
Method
chengD35
(self)
test/Python/POMDP/GapMinTests.py:11
↓ 1 callers
Method
clearTraces
src/MDP/Algorithms/SARSAL.cpp:50
↓ 1 callers
Function
computeOptimisticValue
src/Utils/Polytope.cpp:4
↓ 1 callers
Method
discretizeDense
include/AIToolbox/POMDP/Algorithms/AMDP.hpp:111
↓ 1 callers
Method
discretizeSparse
include/AIToolbox/POMDP/Algorithms/AMDP.hpp:158
← previous
next →
201–300 of 1,420, ranked by callers