MCPcopy Create free account

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

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

FunctionBOOST_AUTO_TEST_CASE
test/POMDP/GapMinTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/UtilsTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/PolicyTests.cpp:20
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/SARSOPTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/LinearSupportTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/FastInformedBoundTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/BlindStrategiesTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/rPOMCPTests.cpp:95
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/RTBSSTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/SparseModelTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/POMCPTests.cpp:17
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/PBVITests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/MDP/ExperienceTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/TreeBackupLTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/PrioritizedSweepingTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/DoubleQLearningTests.cpp:83
FunctionBOOST_AUTO_TEST_CASE
test/MDP/ValueIterationTests.cpp:17
FunctionBOOST_AUTO_TEST_CASE
test/MDP/QLTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/PolicyEvaluationTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/MDP/TypesTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/MDP/Dyna2Tests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/MDP/UtilsPolytopeTests.cpp:11
FunctionBOOST_AUTO_TEST_CASE
test/MDP/ModelTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/MDP/RetraceLTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/ThompsonModelTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/MDP/QGreedyPolicyTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/MDP/LinearProgrammingTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/MDP/HystereticQLearningTests.cpp:10
FunctionBOOST_AUTO_TEST_CASE
test/MDP/ExpectedSARSATests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/EnvironmentsTests.cpp:9
FunctionBOOST_AUTO_TEST_CASE
test/MDP/SparseMaximumLikelihoodModelTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/MDP/SparseExperienceTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/PolicyIterationTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/DynaQTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/MDP/SARSATests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/PGAAPPPolicyTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/SARSALTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/MCTSTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/MDP/QLearningTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/MDP/WoLFPolicyTests.cpp:18
FunctionBOOST_AUTO_TEST_CASE
test/MDP/MaximumLikelihoodModelTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/MDP/SparseModelTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/ModelTests.cpp:11
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/SuccessiveRejectsPolicyTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/QGreedyPolicyTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/LRPPolicyTests.cpp:22
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/ThompsonSamplingPolicyTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/QSoftmaxPolicyTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/Bandit/ESRLPolicyTests.cpp:39
FunctionBOOST_PYTHON_MODULE
src/Python/AIToolboxWrappers.cpp:9
MethodBanditPolicyAdaptor
include/AIToolbox/Factored/MDP/Policies/BanditPolicyAdaptor.hpp:64
MethodBanditPolicyAdaptor
include/AIToolbox/MDP/Policies/BanditPolicyAdaptor.hpp:71
MethodBeliefGenerator
include/AIToolbox/POMDP/Algorithms/Utils/BeliefGenerator.hpp:93
MethodBeliefNode
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:77
MethodBeliefNode
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:136
MethodBlindStrategies
src/POMDP/Algorithms/BlindStrategies.cpp:4
MethodCPSQueue
src/Factored/MDP/Algorithms/Utils/CPSQueue.cpp:8
MethodCassandraParser
src/Tools/CassandraParser.cpp:11
MethodConversionArray
src/Utils/LP/LpSolveWrapper.cpp:12
MethodConversionArray
src/Utils/LP/LpSolveWrapper.cpp:19
MethodCooperativeExperience
src/Factored/MDP/CooperativeExperience.cpp:6
MethodCooperativeMaximumLikelihoodModel
src/Factored/MDP/CooperativeMaximumLikelihoodModel.cpp:6
MethodCooperativeModel
src/Factored/MDP/CooperativeModel.cpp:8
MethodCooperativePrioritizedSweeping
include/AIToolbox/Factored/MDP/Algorithms/CooperativePrioritizedSweeping.hpp:125
MethodCooperativeQLearning
src/Factored/MDP/Algorithms/CooperativeQLearning.cpp:8
MethodCooperativeThompsonModel
src/Factored/MDP/CooperativeThompsonModel.cpp:6
MethodDoubleQLearning
src/MDP/Algorithms/DoubleQLearning.cpp:4
MethodDoubleQLearning
include/AIToolbox/MDP/Algorithms/DoubleQLearning.hpp:223
MethodDyna2
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:209
MethodDynaQ
include/AIToolbox/MDP/Algorithms/DynaQ.hpp:140
MethodDynamicDecisionNetworkGraph
src/Factored/Utils/BayesianNetwork.cpp:8
MethodESRLPolicy
src/Bandit/Policies/ESRLPolicy.cpp:6
MethodEigenVectorFromPython
src/Python/Utils.cpp:5
MethodEpsilonPolicy
src/Factored/MDP/Policies/EpsilonPolicy.cpp:6
MethodEpsilonPolicy
src/Factored/Bandit/Policies/EpsilonPolicy.cpp:6
MethodEpsilonPolicy
src/MDP/Policies/EpsilonPolicy.cpp:4
MethodEpsilonPolicy
src/Bandit/Policies/EpsilonPolicy.cpp:4
MethodEpsilonPolicyInterface
include/AIToolbox/EpsilonPolicyInterface.hpp:119
MethodExpectedSARSA
src/MDP/Algorithms/ExpectedSARSA.cpp:4
MethodExpectedSARSA
include/AIToolbox/MDP/Algorithms/ExpectedSARSA.hpp:205
MethodExperience
src/Factored/Bandit/Experience.cpp:6
MethodExperience
src/Bandit/Experience.cpp:6
MethodFactorGraph
include/AIToolbox/Factored/Utils/FactorGraph.hpp:282
MethodFactoredLP
* @brief Basic constructor. * * This constructor is used to initialized the graph that contains * references to
include/AIToolbox/Factored/MDP/Algorithms/Utils/FactoredLP.hpp:45
MethodFakeLogger
include/AIToolbox/Logging.hpp:104
MethodFastInformedBound
src/POMDP/Algorithms/FastInformedBound.cpp:4
MethodFasterTrie
src/Factored/Utils/FasterTrie.cpp:8
MethodFilter
src/Factored/Utils/Trie.cpp:56
MethodFilterMap
* @brief Basic constructor. * * This constructor simply initializes the underlying TrieType * object with the i
include/AIToolbox/Factored/Utils/FilterMap.hpp:36
MethodFlattenedModel
include/AIToolbox/Factored/Bandit/FlattenedModel.hpp:80
MethodGridWorld
src/MDP/Environments/Utils/GridWorld.cpp:19
MethodHeadBeliefNode
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:178
MethodHystereticQLearning
src/MDP/Algorithms/HystereticQLearning.cpp:4
MethodHystereticQLearning
include/AIToolbox/MDP/Algorithms/HystereticQLearning.hpp:206
MethodImportanceSampling
* @brief Basic constructor. * * @param behaviour Behaviour policy * @param discount Discount for the problem.
include/AIToolbox/MDP/Algorithms/ImportanceSampling.hpp:25
MethodImportanceSamplingEvaluation
* @brief Basic constructor. * * @param target Target policy. * @param behaviour Behaviour policy *
include/AIToolbox/MDP/Algorithms/ImportanceSampling.hpp:80
MethodIndexMap
include/AIToolbox/Utils/IndexMap.hpp:205
MethodIndexMapIterator
* @brief Basic constructor to respect iterator interface. */
include/AIToolbox/Utils/IndexMap.hpp:25
MethodIndexSkipMap
include/AIToolbox/Utils/IndexMap.hpp:412
MethodIndexSkipMapIterator
* @brief Basic constructor for begin iterators. * * @param start The index to start iterating from. * @param id
include/AIToolbox/Utils/IndexMap.hpp:309
← previousnext →501–600 of 1,420, ranked by callers