MCPcopy Create free account

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

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

MethodsetRhoLearningRate
src/MDP/Algorithms/RLearning.cpp:28
MethodsetRootSeed
src/Seeder.cpp:20
MethodsetScaling
src/MDP/Policies/WoLFPolicy.cpp:87
MethodsetTemperature
src/MDP/Policies/QSoftmaxPolicy.cpp:34
MethodsetTemperature
src/Bandit/Policies/QSoftmaxPolicy.cpp:34
MethodsetTimesteps
src/Bandit/Policies/ESRLPolicy.cpp:116
MethodsetTolerance
src/POMDP/Algorithms/QMDP.cpp:7
MethodsetTolerance
src/POMDP/Algorithms/PBVI.cpp:12
MethodsetTolerance
src/POMDP/Algorithms/PERSEUS.cpp:13
MethodsetTolerance
src/POMDP/Algorithms/BlindStrategies.cpp:10
MethodsetTolerance
src/POMDP/Algorithms/FastInformedBound.cpp:10
MethodsetTolerance
src/POMDP/Algorithms/SARSOP.cpp:481
MethodsetTolerance
src/POMDP/Algorithms/Witness.cpp:11
MethodsetTolerance
src/POMDP/Algorithms/IncrementalPruning.cpp:13
MethodsetTolerance
src/POMDP/Algorithms/LinearSupport.cpp:19
MethodsetTolerance
src/MDP/Algorithms/SARSAL.cpp:88
MethodsetTolerance
src/MDP/Algorithms/ValueIteration.cpp:10
MethodsetTolerance
src/MDP/Algorithms/PolicyIteration.cpp:10
MethodsetTolerance
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:75
MethodsetTolerance
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:281
MethodsetTolerance
include/AIToolbox/MDP/Algorithms/Utils/PolicyEvaluation.hpp:204
MethodsetTraces
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:57
MethodsetTransientLambda
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:311
MethodsetTransitionFunction
include/AIToolbox/MDP/SparseModel.hpp:416
MethodsetTrialNum
src/Factored/Bandit/Algorithms/Utils/ReusingIterativeLocalSearch.cpp:79
MethodsetUpClass
(self)
test/Python/POMDP/PolicyTests.py:15
MethodsetUpClass
(self)
test/Python/MDP/PolicyTests.py:18
MethodsetValueFunction
src/MDP/Algorithms/ValueIteration.cpp:19
FunctionsetVectorItem
src/Python/Types.cpp:15
MethodsetVisitsTable
src/MDP/SparseExperience.cpp:38
MethodsetVisitsTable
include/AIToolbox/MDP/SparseExperience.hpp:276
MethodsetVisitsTable
include/AIToolbox/MDP/Experience.hpp:269
MethodsetWindowSize
src/Bandit/Policies/ESRLPolicy.cpp:120
Methodsetstate
src/Python/Types.cpp:91
Methodsetstate
src/Python/POMDP/SparseModel.cpp:29
Methodsetstate
src/Python/POMDP/Model.cpp:29
Methodsetstate
src/Python/POMDP/Policies/Policy.cpp:24
Methodsetstate
src/Python/MDP/SparseModel.cpp:29
Methodsetstate
src/Python/MDP/Model.cpp:29
Methodsetstate
src/Python/MDP/Policies/Policy.cpp:24
MethodsetupGraph
src/Factored/Bandit/Policies/ThompsonSamplingPolicy.cpp:6
Methodsimulate
include/AIToolbox/POMDP/Algorithms/RTBSS.hpp:122
Methodsimulate
include/AIToolbox/POMDP/Algorithms/rPOMCP.hpp:260
Methodsimulate
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:350
Methodsimulate
include/AIToolbox/MDP/Algorithms/MCTS.hpp:238
Methodsize
* @brief This function returns the size of the range covered. */
include/AIToolbox/Utils/IndexMap.hpp:468
Methodskip
include/AIToolbox/Utils/IndexMap.hpp:341
MethodsolveLP
src/Factored/MDP/Algorithms/LinearProgramming.cpp:44
MethodstepUpdateP
src/MDP/Policies/PGAAPPPolicy.cpp:18
MethodstepUpdateP
src/Bandit/Policies/ESRLPolicy.cpp:19
MethodstepUpdateP
src/Bandit/Policies/LRPPolicy.cpp:13
MethodstepUpdateQ
src/Factored/MDP/Algorithms/CooperativeQLearning.cpp:20
MethodstepUpdateQ
src/Factored/MDP/Algorithms/SparseCooperativeQLearning.cpp:24
MethodstepUpdateQ
src/Factored/Bandit/Policies/MARMaxPolicy.cpp:67
MethodstepUpdateQ
src/MDP/Algorithms/ExpectedSARSA.cpp:11
MethodstepUpdateQ
src/MDP/Algorithms/SARSAL.cpp:13
MethodstepUpdateQ
src/MDP/Algorithms/HystereticQLearning.cpp:12
MethodstepUpdateQ
src/MDP/Algorithms/DoubleQLearning.cpp:13
MethodstepUpdateQ
src/MDP/Algorithms/RLearning.cpp:13
MethodstepUpdateQ
src/Bandit/Policies/SuccessiveRejectsPolicy.cpp:21
MethodstepUpdateQ
include/AIToolbox/Factored/MDP/Algorithms/CooperativePrioritizedSweeping.hpp:153
MethodstepUpdateQ
include/AIToolbox/MDP/Algorithms/PrioritizedSweeping.hpp:178
MethodstepUpdateQ
include/AIToolbox/MDP/Algorithms/Utils/OffPolicyTemplate.hpp:353
Methodsync
src/Factored/MDP/CooperativeMaximumLikelihoodModel.cpp:30
Methodsync
src/Factored/MDP/CooperativeThompsonModel.cpp:25
Methodsync
include/AIToolbox/MDP/MaximumLikelihoodModel.hpp:294
Methodsync
include/AIToolbox/MDP/SparseMaximumLikelihoodModel.hpp:306
MethodsyncRow
src/Factored/MDP/CooperativeMaximumLikelihoodModel.cpp:60
MethodsyncRow
src/Factored/MDP/CooperativeThompsonModel.cpp:55
MethodtestCompatibility
(self)
test/Python/MDP/ExperienceTests.py:60
MethodtestConstruction
(self)
test/Python/MDP/ExperienceTests.py:17
MethodtestCopy
(self)
test/Python/POMDP/SparseModelTests.py:24
MethodtestDefaultBuild
(self)
test/Python/POMDP/SparseModelTests.py:16
MethodtestDefaultBuild
(self)
test/Python/POMDP/PolicyTests.py:25
MethodtestDefaultBuild
(self)
test/Python/POMDP/ModelTests.py:16
MethodtestDefaultBuild
(self)
test/Python/MDP/SparseModelTests.py:14
MethodtestDefaultBuild
(self)
test/Python/MDP/PolicyTests.py:64
MethodtestDefaultBuild
(self)
test/Python/MDP/ModelTests.py:14
MethodtestEscapeToCorners
(self)
test/Python/MDP/MCTSTests.py:58
MethodtestEscapeToCorners
(self)
test/Python/MDP/PolicyIterationTests.py:16
MethodtestEscapeToCorners
(self)
test/Python/MDP/ValueIterationTests.py:16
MethodtestEscapeToCornersGen
(self)
test/Python/MDP/MCTSTests.py:85
MethodtestPickle
(self)
test/Python/POMDP/SparseModelTests.py:53
MethodtestPickle
(self)
test/Python/POMDP/PolicyTests.py:47
MethodtestPickle
(self)
test/Python/POMDP/ModelTests.py:24
MethodtestPickle
(self)
test/Python/MDP/SparseModelTests.py:91
MethodtestPickle
(self)
test/Python/MDP/PolicyTests.py:80
MethodtestPickle
(self)
test/Python/MDP/ModelTests.py:91
MethodtestRecording
(self)
test/Python/MDP/ExperienceTests.py:29
MethodtestSetFunctions
(self)
test/Python/MDP/SparseModelTests.py:40
MethodtestSetFunctions
(self)
test/Python/MDP/ModelTests.py:40
MethodtestSimple
(self)
test/Python/Factored/JointActionLearnerTests.py:10
MethodtestUpdates
(self)
test/Python/MDP/QLearningTests.py:10
MethodtestVFBuild
(self)
test/Python/POMDP/PolicyTests.py:32
MethodtestVFBuild
(self)
test/Python/MDP/PolicyTests.py:70
Methodtest_discountedHorizon
(self)
test/Python/POMDP/IncrementalPruningTests.py:13
Methodtest_solver
(self)
test/Python/POMDP/GapMinTests.py:86
MethodtoContainerId
* @brief This function returns the equivalent item id of this iterator in its container. */
include/AIToolbox/Utils/IndexMap.hpp:39
MethodtoContainerId
* @brief This function returns the equivalent item id of this iterator in its container. */
include/AIToolbox/Utils/IndexMap.hpp:325
FunctiontoFactorsPartial
src/Factored/Utils/Core.cpp:254
← previousnext →1,301–1,400 of 1,420, ranked by callers