#include <iostream>
#include <vector>
#include <cassert>
#include <stdint.h>
#include <cstdio>
#include <cinttypes>
Go to the source code of this file.
◆ GetMaxBucketSize()
template<class Environment , class State >
uint64_t GetMaxBucketSize |
( |
bool |
print | ) |
|
◆ InitBucketSize()
template<class Environment , class State >
void InitBucketSize |
( |
std::vector< bucketData > & |
buckets, |
|
|
uint64_t |
maxBucketSize |
|
) |
| |
◆ InitChanges()
template<class Environment , class State >
void InitChanges |
( |
std::vector< bucketData > & |
buckets, |
|
|
std::vector< bucketChanges > & |
twoPieceChanges, |
|
|
uint64_t |
maxBucketSize |
|
) |
| |
◆ InitTwoPieceData()
template<class Environment , class State >
void InitTwoPieceData |
( |
std::vector< bucketInfo > & |
data, |
|
|
uint64_t |
maxBucketSize |
|
) |
| |
◆ numBuckets
◆ openSize
Definition at line 19 of file EnvUtil.h.
Referenced by DALRTA::daLRTAStar< state, action, environment >::BuildLSSQ(), FLRTA::FLRTAStar< state, action, environment >::DoHCostLearning(), LSSLRTAStar< state, action, environment >::GetPath(), gLSSLRTAStar< state, action, environment >::GetPath(), InitBucketSize(), InitChanges(), InitTwoPieceData(), FLRTA::FLRTAStar< state, action, environment >::MarkDeadRedundant(), and DALRTA::daLRTAStar< state, action, environment >::OpenGLDraw().