MCPcopy Create free account

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

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

MethodLBPredictor
src/POMDP/Algorithms/SARSOP.cpp:421
MethodLLRPolicy
src/Factored/Bandit/Policies/LLRPolicy.cpp:7
MethodLP
Row is initialized from 1 since lp_solve reads element from 1 onwards
src/Utils/LP/LpSolveWrapper.cpp:74
MethodLP_impl
src/Utils/LP/LpSolveWrapper.cpp:40
MethodLRPPolicy
src/Bandit/Policies/LRPPolicy.cpp:6
MethodLinearSupport
src/POMDP/Algorithms/LinearSupport.cpp:12
MethodLocalSearch
src/Factored/Bandit/Algorithms/Utils/LocalSearch.cpp:7
MethodMARMaxPolicy
src/Factored/Bandit/Policies/MARMaxPolicy.cpp:7
MethodMAUCEPolicy
src/Factored/Bandit/Policies/MAUCEPolicy.cpp:8
MethodMCTS
include/AIToolbox/MDP/Algorithms/MCTS.hpp:179
MethodMaxPlus
src/Factored/Bandit/Algorithms/Utils/MaxPlus.cpp:7
MethodMaximumLikelihoodModel
include/AIToolbox/MDP/MaximumLikelihoodModel.hpp:263
MethodMiningBandit
src/Factored/Bandit/Environments/MiningProblem.cpp:20
MethodModel
include/AIToolbox/Factored/Bandit/Model.hpp:83
MethodModel
include/AIToolbox/POMDP/Model.hpp:274
MethodModel
include/AIToolbox/MDP/Model.hpp:349
MethodModel
include/AIToolbox/Bandit/Model.hpp:87
MethodOffPolicyBase
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:6
MethodOffPolicyControl
include/AIToolbox/MDP/Algorithms/Utils/OffPolicyTemplate.hpp:401
MethodOffPolicyEvaluation
include/AIToolbox/MDP/Algorithms/Utils/OffPolicyTemplate.hpp:393
MethodOldMDPModel
test/MDP/Utils/OldMDPModel.hpp:299
MethodOldPOMDPModel
test/POMDP/Utils/OldPOMDPModel.hpp:225
MethodPBVI
src/POMDP/Algorithms/PBVI.cpp:6
MethodPERSEUS
src/POMDP/Algorithms/PERSEUS.cpp:6
MethodPGAAPPPolicy
src/MDP/Policies/PGAAPPPolicy.cpp:7
MethodPOMCP
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:289
FunctionPOMDPVentryLessOperator
src/Python/POMDP/Types.cpp:8
MethodPairFromPython
src/Python/Utils.hpp:98
MethodPairToPython
src/Python/Utils.hpp:45
MethodPartialFactorsEnumerator
src/Factored/Utils/Core.cpp:328
MethodPartialIndexEnumerator
src/Factored/Utils/Core.cpp:419
MethodPolicy
src/POMDP/Policies/Policy.cpp:6
MethodPolicyEvaluation
include/AIToolbox/MDP/Algorithms/Utils/PolicyEvaluation.hpp:134
MethodPolicyInterface
include/AIToolbox/PolicyInterface.hpp:88
MethodPolicyWrapper
src/MDP/Policies/PolicyWrapper.cpp:9
MethodPrioritizedSweeping
include/AIToolbox/MDP/Algorithms/PrioritizedSweeping.hpp:173
MethodProjecter
include/AIToolbox/POMDP/Algorithms/Utils/Projecter.hpp:70
MethodPruner
* @brief Basic constructor. * * @param s The number of dimensions of the simplex to operate on. */
include/AIToolbox/Utils/Prune.hpp:187
MethodQGreedyPolicy
src/Bandit/Policies/QGreedyPolicy.cpp:6
MethodQGreedyPolicy
include/AIToolbox/Factored/MDP/Policies/QGreedyPolicy.hpp:95
MethodQGreedyPolicy
include/AIToolbox/Factored/Bandit/Policies/QGreedyPolicy.hpp:87
MethodQGreedyPolicyWrapper
include/AIToolbox/Bandit/Policies/Utils/QGreedyPolicyWrapper.hpp:80
MethodQL
* @brief Basic constructor. * * @param s The size of the state space. * @param a The size of the action space.
include/AIToolbox/MDP/Algorithms/QL.hpp:31
MethodQLEvaluation
* @brief Basic constructor. * * @param target Target policy. * @param discount Discount for the problem.
include/AIToolbox/MDP/Algorithms/QL.hpp:96
MethodQLearning
include/AIToolbox/MDP/Algorithms/QLearning.hpp:187
MethodQMDP
src/POMDP/Algorithms/QMDP.cpp:4
MethodQPolicyInterface
src/MDP/Policies/QPolicyInterface.cpp:4
MethodQSoftmaxPolicy
src/MDP/Policies/QSoftmaxPolicy.cpp:6
MethodQSoftmaxPolicy
src/Bandit/Policies/QSoftmaxPolicy.cpp:8
MethodQSoftmaxPolicyWrapper
include/AIToolbox/Bandit/Policies/Utils/QSoftmaxPolicyWrapper.hpp:91
MethodRLearning
src/MDP/Algorithms/RLearning.cpp:6
MethodRLearning
include/AIToolbox/MDP/Algorithms/RLearning.hpp:200
MethodRTBSS
include/AIToolbox/POMDP/Algorithms/RTBSS.hpp:108
MethodRandomPolicy
src/Factored/Bandit/Policies/RandomPolicy.cpp:6
MethodRandomPolicy
src/Bandit/Policies/RandomPolicy.cpp:4
MethodRetraceL
* @brief Basic constructor. * * @param behaviour Behaviour policy * @param discount Discount for the problem.
include/AIToolbox/MDP/Algorithms/RetraceL.hpp:26
MethodRetraceLEvaluation
* @brief Basic constructor. * * @param target Target policy. * @param behaviour Behaviour policy *
include/AIToolbox/MDP/Algorithms/RetraceL.hpp:93
MethodReusingIterativeLocalSearch
src/Factored/Bandit/Algorithms/Utils/ReusingIterativeLocalSearch.cpp:7
MethodRoulette
test/MDP/DoubleQLearningTests.cpp:20
MethodSARSA
src/MDP/Algorithms/SARSA.cpp:4
MethodSARSA
include/AIToolbox/MDP/Algorithms/SARSA.hpp:184
MethodSARSAL
src/MDP/Algorithms/SARSAL.cpp:4
MethodSARSAL
include/AIToolbox/MDP/Algorithms/SARSAL.hpp:265
MethodSARSOP
src/POMDP/Algorithms/SARSOP.cpp:4
MethodSeeder
src/Seeder.cpp:9
FunctionSettings
( **kwargs )
.ycm_extra_conf.py:1
MethodSingleActionPolicy
src/Factored/Bandit/Policies/SingleActionPolicy.cpp:6
MethodSparseCooperativeQLearning
src/Factored/MDP/Algorithms/SparseCooperativeQLearning.cpp:18
MethodSparseExperience
src/MDP/SparseExperience.cpp:4
MethodSparseMaximumLikelihoodModel
include/AIToolbox/MDP/SparseMaximumLikelihoodModel.hpp:273
MethodSparseModel
include/AIToolbox/POMDP/SparseModel.hpp:295
MethodSparseModel
include/AIToolbox/MDP/SparseModel.hpp:380
MethodState
src/MDP/Environments/Utils/GridWorld.cpp:8
MethodStatistics
src/Tools/Statistics.cpp:8
MethodStorageMatrix2D
src/Utils/StorageEigen.cpp:43
MethodStorageVector
src/Utils/StorageEigen.cpp:6
MethodSubsetEnumerator
* @brief Default constructor. * * @param elementsN The number of elements that the subset should have (<= limit);
include/AIToolbox/Utils/Combinatorics.hpp:71
MethodSuccessiveRejectsPolicy
src/Bandit/Policies/SuccessiveRejectsPolicy.cpp:4
MethodT3CPolicy
src/Bandit/Policies/T3CPolicy.cpp:6
MethodThompsonModel
include/AIToolbox/MDP/ThompsonModel.hpp:236
MethodThompsonSamplingPolicy
src/Factored/Bandit/Policies/ThompsonSamplingPolicy.cpp:49
MethodThompsonSamplingPolicy
src/Bandit/Policies/ThompsonSamplingPolicy.cpp:6
MethodTigerAntelope
src/Factored/MDP/Environments/TigerAntelope.cpp:6
MethodTopTwoThompsonSamplingPolicy
src/Bandit/Policies/TopTwoThompsonSamplingPolicy.cpp:6
MethodTreeBackupL
* @brief Basic constructor. * * @param s The size of the state space. * @param a The size of the action space.
include/AIToolbox/MDP/Algorithms/TreeBackupL.hpp:27
MethodTreeBackupLEvaluation
* @brief Basic constructor. * * @param target Target policy. * @param discount Discount for the problem.
include/AIToolbox/MDP/Algorithms/TreeBackupL.hpp:92
MethodTrie
src/Factored/Utils/Trie.cpp:140
MethodTupleFromPython
src/Python/Utils.hpp:58
MethodTupleToPython
src/Python/Utils.hpp:14
MethodVector2DFromPython
src/Python/Utils.hpp:161
MethodVector3DFromPython
src/Python/Utils.hpp:197
MethodVectorFromPython
src/Python/Utils.hpp:131
MethodVoseAliasSampler
src/Utils/Probability.cpp:67
MethodWitness
src/POMDP/Algorithms/Witness.cpp:4
MethodWitnessLP
src/Utils/Polytope.cpp:321
MethodWoLFPolicy
src/MDP/Policies/WoLFPolicy.cpp:6
MethodaddDefaultEntry
include/AIToolbox/POMDP/Algorithms/Witness.hpp:240
MethodaddToQueue
include/AIToolbox/Factored/MDP/Algorithms/CooperativePrioritizedSweeping.hpp:259
MethodaddVariations
include/AIToolbox/POMDP/Algorithms/Witness.hpp:252
MethodallocateActionNodes
include/AIToolbox/MDP/Algorithms/MCTS.hpp:329
← previousnext →601–700 of 1,420, ranked by callers