Package | Description |
---|---|
jsdp.sdp.impl.multivariate |
Modifier and Type | Method and Description |
---|---|
static SamplingScheme |
SamplingScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamplingScheme[] |
SamplingScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StateSpaceImpl.setSamplingScheme(SamplingScheme samplingScheme,
int maxSampleSize,
double reductionFactorPerStage) |
Constructor and Description |
---|
BackwardRecursionImpl(Recursion.OptimisationDirection optimisationDirection,
umontreal.ssj.probdistmulti.DiscreteDistributionIntMulti[] demand,
ImmediateValueFunction<State,Action,Double> immediateValueFunction,
RandomOutcomeFunction<State,Action,double[]> randomOutcomeFunction,
Function<State,ArrayList<Action>> buildActionList,
Function<State,Action> idempotentAction,
double discountFactor,
SamplingScheme samplingScheme,
int maxSampleSize,
double reductionFactorPerStage,
HashType hash)
Creates an instance of the problem and initialises state space, transition probability and value repository.
|
BackwardRecursionImpl(Recursion.OptimisationDirection optimisationDirection,
umontreal.ssj.probdistmulti.DiscreteDistributionIntMulti[] demand,
ImmediateValueFunction<State,Action,Double> immediateValueFunction,
RandomOutcomeFunction<State,Action,double[]> randomOutcomeFunction,
Function<State,ArrayList<Action>> buildActionList,
Function<State,Action> idempotentAction,
double discountFactor,
SamplingScheme samplingScheme,
int maxSampleSize,
double reductionFactorPerStage,
int stateSpaceSizeLowerBound,
float loadFactor,
HashType hash)
Creates an instance of the problem and initialises state space, transition probability and value repository.
|
StateSpaceImpl(int period,
Function<State,ArrayList<Action>> buildActionList,
Function<State,Action> idempotentAction,
SamplingScheme samplingScheme,
int maxSampleSize,
double reductionFactorPerStage,
HashType hash,
int stateSpaceSizeLowerBound,
float loadFactor) |
StateSpaceImpl(int period,
Function<State,ArrayList<Action>> buildActionList,
Function<State,Action> idempotentAction,
SamplingScheme samplingScheme,
int maxSampleSize,
HashType hash,
double reductionFactorPerStage) |
StateSpaceSampleIteratorImpl(StateSpaceImpl stateSpace,
SamplingScheme samplingScheme,
int maxSamples,
double reductionFactorPerStage) |
Copyright © 2017–2018. All rights reserved.