Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mdp
horizon.h
Go to the documentation of this file.
1
10
#ifndef HORIZON_H
11
#define HORIZON_H
12
13
14
namespace
Mdp
15
{
16
17
struct
Horizon
18
{
19
bool
finiteHorizon
;
20
double
discountFactor
;
21
std::vector<double>
initialStateDistribution
;
22
};
23
24
}
25
26
#endif
Mdp::Horizon::finiteHorizon
bool finiteHorizon
Definition:
horizon.h:19
Mdp
Definition:
action.h:18
Mdp::Horizon::initialStateDistribution
std::vector< double > initialStateDistribution
Definition:
horizon.h:21
Mdp::Horizon::discountFactor
double discountFactor
Definition:
horizon.h:20
Mdp::Horizon
Definition:
horizon.h:17
Generated on Sun Nov 26 2017 17:01:35 for Scheduler by
1.8.11