MCPcopy Create free account

hub / github.com/Svalorzen/AI-Toolbox / functions

Functions1,420 in github.com/Svalorzen/AI-Toolbox

↓ 3 callersFunctionmakeSOSA
include/AIToolbox/POMDP/Utils.hpp:132
↓ 3 callersFunctionparseCassandra
src/MDP/IO.cpp:17
↓ 3 callersFunctionprintCurrentTimeString
examples/MDP/tiger_antelope.cpp:187
↓ 3 callersMethodreconstruct
src/Factored/Utils/FasterTrie.cpp:71
↓ 3 callersMethodreset
src/Factored/Utils/Core.cpp:396
↓ 3 callersFunctionrewFun
src/Factored/Bandit/Environments/MiningProblem.cpp:14
↓ 3 callersMethodsampleAction
include/AIToolbox/MDP/Algorithms/MCTS.hpp:185
↓ 3 callersMethodsampleR
include/AIToolbox/Bandit/Model.hpp:105
↓ 3 callersFunctionsawtoothInterpolation
src/Utils/Polytope.cpp:242
↓ 3 callersMethodsetEpsilon
src/Utils/Adam.cpp:42
↓ 3 callersMethodsetHorizon
src/POMDP/Algorithms/QMDP.cpp:11
↓ 3 callersMethodsetRewardFunction
src/MDP/SparseModel.cpp:23
↓ 3 callersMethodsetTransitionFunction
src/MDP/SparseModel.cpp:16
↓ 3 callersFunctiontoFactors
src/Factored/Utils/Core.cpp:229
↓ 3 callersFunctionupdateBeliefPartialNormalized
include/AIToolbox/POMDP/Utils.hpp:418
↓ 2 callersMethodQGreedyPolicy
src/MDP/Policies/QGreedyPolicy.cpp:6
↓ 2 callersMethodadvance
* @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 callersFunctionbellmanOperatorInplace
src/MDP/Utils.cpp:25
↓ 2 callersFunctioncallFunction
include/AIToolbox/Impl/FunctionMatching.hpp:163
↓ 2 callersFunctioncaller
include/AIToolbox/Impl/FunctionMatching.hpp:142
↓ 2 callersFunctioncheckDifferentGeneral
* @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 callersFunctioncheckRemoveAtSign
src/POMDP/IO.cpp:43
↓ 2 callersMethodconversionData
src/Utils/LP/LpSolveWrapper.cpp:14
↓ 2 callersMethodcrossSum
include/AIToolbox/POMDP/Algorithms/PBVI.hpp:269
↓ 2 callersFunctioncrossSumF
* @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 callersFunctionderivative
test/UtilsAdamTests.cpp:16
↓ 2 callersFunctionextractBestAtPoint
include/AIToolbox/Utils/Polytope.hpp:177
↓ 2 callersFunctionextractBestUsefulPoints
include/AIToolbox/Utils/Polytope.hpp:248
↓ 2 callersFunctionextractDominatedIncremental
include/AIToolbox/Utils/Prune.hpp:96
↓ 2 callersFunctionfindBestDeltaDominated
include/AIToolbox/Utils/Polytope.hpp:138
↓ 2 callersMethodfindWitness
src/Utils/Polytope.cpp:391
↓ 2 callersFunctiongenerator
test/MDP/ModelTests.cpp:61
↓ 2 callersFunctiongenerator
()
test/Python/MDP/ExperienceTests.py:9
↓ 2 callersMethodgetActionProbability
src/MDP/Policies/WoLFPolicy.cpp:63
↓ 2 callersMethodgetCurrentNk
src/Bandit/Policies/SuccessiveRejectsPolicy.cpp:76
↓ 2 callersMethodgetDiscount
src/Factored/MDP/Algorithms/JointActionLearner.cpp:65
↓ 2 callersMethodgetDiscount
src/MDP/Model.cpp:61
↓ 2 callersMethodgetDiscount
examples/MDP/tiger_antelope.cpp:135
↓ 2 callersMethodgetF
src/Factored/Utils/Trie.cpp:148
↓ 2 callersMethodgetId
src/Factored/Utils/BayesianNetwork.cpp:78
↓ 2 callersMethodgetKnowledgeMeasure
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:173
↓ 2 callersMethodgetLambda
* @brief This function returns the currently set lambda parameter. */
include/AIToolbox/MDP/Algorithms/QL.hpp:54
↓ 2 callersMethodgetM2
src/MDP/Experience.cpp:67
↓ 2 callersMethodgetS
test/MDP/DoubleQLearningTests.cpp:54
↓ 2 callersMethodgetTimesteps
src/Factored/Bandit/Experience.cpp:61
↓ 2 callersMethodgetTimesteps
src/MDP/Experience.cpp:51
↓ 2 callersMethodgetTolerance
src/MDP/Algorithms/ValueIteration.cpp:23
↓ 2 callersMethodgetTraceDiscount
* @brief This function returns the trace discount for the learning. */
include/AIToolbox/MDP/Algorithms/QL.hpp:61
↓ 2 callersFunctiongetTransitionProbability
Given two coordinates and an action, return the transition probability. Parameters ---------- coord1: tuple of int Four elem
examples/MDP/tiger_antelope.py:64
↓ 2 callersMethodisTerminal
test/MDP/Utils/OldMDPModel.hpp:365
↓ 2 callersMethodisTerminal
src/MDP/SparseModel.cpp:46
↓ 2 callersMethodisTerminal
src/MDP/Model.cpp:52
↓ 2 callersMethodisValid
* @brief This function returns whether there are more subsets to be enumerated. */
include/AIToolbox/Utils/Combinatorics.hpp:124
↓ 2 callersFunctionmakeRandomMatrix2D
test/UtilsIOTests.cpp:26
↓ 2 callersFunctionmakeRandomProbability
include/AIToolbox/Utils/Probability.hpp:316
↓ 2 callersFunctionmakeRandomSparseMatrix2D
test/UtilsIOTests.cpp:32
↓ 2 callersFunctionmakeRandomSparseTable2D
test/UtilsIOTests.cpp:65
↓ 2 callersFunctionmakeRandomTable2D
test/UtilsIOTests.cpp:59
↓ 2 callersFunctionmakeRandomValue
include/AIToolbox/Factored/Utils/Core.hpp:58
↓ 2 callersFunctionmakeRandomVector
test/UtilsIOTests.cpp:19
↓ 2 callersFunctionmakeValueFunction
src/POMDP/Utils.cpp:4
↓ 2 callersFunctionmatch
src/Factored/Utils/Core.cpp:45
↓ 2 callersFunctionmax_element_unary
include/AIToolbox/Utils/Core.hpp:316
↓ 2 callersFunctionplusSubset
src/Factored/Utils/FactoredVectorOps.cpp:84
↓ 2 callersFunctionprintMachineLoad
* @brief This function returns a printable character of a machine's load. */
src/Factored/MDP/Environments/SysAdminUtils.hpp:193
↓ 2 callersFunctionprintMachineStatus
* @brief This function returns a printable character of a machine's status. */
src/Factored/MDP/Environments/SysAdminUtils.hpp:181
↓ 2 callersMethodprocess
src/Tools/Statistics.cpp:27
↓ 2 callersFunctionprojectToProbability
src/Utils/Probability.cpp:37
↓ 2 callersMethodreset
* @brief This function resets the enumerator to the valid beginning. */
include/AIToolbox/Utils/Combinatorics.hpp:131
↓ 2 callersFunctionrmMax
src/POMDP/Algorithms/SARSOP.cpp:46
↓ 2 callersFunctionrollout
include/AIToolbox/MDP/Algorithms/Utils/Rollout.hpp:32
↓ 2 callersMethodsampleAction
src/Factored/Bandit/Policies/LLRPolicy.cpp:13
↓ 2 callersFunctionsampleDirichletDistribution
include/AIToolbox/Utils/Probability.hpp:270
↓ 2 callersMethodsampleSOR
test/POMDP/rPOMCPTests.cpp:81
↓ 2 callersMethodsampleSR
src/MDP/SparseModel.cpp:27
↓ 2 callersMethodsampleSRs
src/Factored/MDP/CooperativeModel.cpp:115
↓ 2 callersMethodsetLambda
* @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 callersMethodsetM2Matrix
src/MDP/Experience.cpp:47
↓ 2 callersMethodsetObservationFunction
test/POMDP/Utils/OldPOMDPModel.hpp:258
↓ 2 callersMethodsetRewardFunction
test/MDP/Utils/OldMDPModel.hpp:333
↓ 2 callersMethodsort
include/AIToolbox/Utils/IndexMap.hpp:232
↓ 2 callersMethodstepAdvance
src/Factored/Utils/Trie.cpp:65
↓ 2 callersFunctionveccmpSmall
include/AIToolbox/Utils/Core.hpp:182
↓ 1 callersMethodGapMin
src/POMDP/Algorithms/GapMin.cpp:6
↓ 1 callersMethodGenerativeModelPython
* @brief Basic constructor. * * This constructor takes a Python object, which will be used to * call the genera
src/Python/MDP/GenerativeModelPython.hpp:33
↓ 1 callersMethodJointActionLearner
src/Factored/MDP/Algorithms/JointActionLearner.cpp:4
↓ 1 callersMethodModel
src/MDP/Model.cpp:4
↓ 1 callersMethodPolicyIteration
src/MDP/Algorithms/PolicyIteration.cpp:4
↓ 1 callersMethodQLearning
src/MDP/Algorithms/QLearning.cpp:4
↓ 1 callersMethodadvance
src/Factored/Utils/Trie.cpp:60
↓ 1 callersMethodbegin
include/AIToolbox/Factored/Utils/FactorGraph.hpp:433
↓ 1 callersMethodbeginFactorCrossSum
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:117
↓ 1 callersFunctionbellmanBackup
src/Factored/MDP/Utils.cpp:4
↓ 1 callersFunctionbestPromisingAction
include/AIToolbox/POMDP/Utils.hpp:664
↓ 1 callersFunctionbuildAdjacencyList
include/AIToolbox/Factored/Utils/APSP.hpp:79
↓ 1 callersMethodchengD35
(self)
test/Python/POMDP/GapMinTests.py:11
↓ 1 callersMethodclearTraces
src/MDP/Algorithms/SARSAL.cpp:50
↓ 1 callersFunctioncomputeOptimisticValue
src/Utils/Polytope.cpp:4
↓ 1 callersMethoddiscretizeDense
include/AIToolbox/POMDP/Algorithms/AMDP.hpp:111
↓ 1 callersMethoddiscretizeSparse
include/AIToolbox/POMDP/Algorithms/AMDP.hpp:158
← previousnext →201–300 of 1,420, ranked by callers