public abstract class AbstractManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.text.SimpleDateFormat |
formatter |
static boolean |
learningPhase
During this phase, apply an action to clustered classes and adapt if needed the current representation.
|
static int |
NUMBER_OF_ITERATIONS_BEFORE_APPLYING_POLICIES |
static int |
NUMBER_OF_ITERATIONS_BEFORE_RESTART |
static int |
NUMBER_OF_ITERATIONS_BEFORE_SAVE |
static int |
NUMBER_OF_SIMULATIONS_BEFORE_RESTART |
static boolean |
observationPhase
During this phase, apply an iterative price policy and create initial classes using clustering methods.
|
static java.lang.String |
TIME_FORMAT |
static java.lang.String |
timeStamp |
static int |
TOTAL_NUMBER_OF_SIMULATIONS |
static boolean |
validationPhase
During this phase, apply an action based on the perception closest cluster.
|
Constructor and Description |
---|
AbstractManager() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentIteration() |
boolean |
getCurrentlyExperimenting() |
int |
getCurrentTrialIndex() |
int |
getIndexOfAction() |
int |
getLocalEvaluationIndex() |
int |
getRestartCounter() |
boolean |
isJustReset() |
boolean |
isRecentlyReset() |
abstract void |
live() |
void |
setCurrentIteration(int currentIteration) |
void |
setCurrentlyExperimenting(boolean currentlyExperimenting) |
void |
setCurrentTrialIndex(int currentTrialIndex) |
void |
setJustReset(boolean justReset) |
void |
setRecentlyReset(boolean recentlyReset) |
public static int NUMBER_OF_ITERATIONS_BEFORE_APPLYING_POLICIES
public static int NUMBER_OF_ITERATIONS_BEFORE_RESTART
public static int NUMBER_OF_ITERATIONS_BEFORE_SAVE
public static int TOTAL_NUMBER_OF_SIMULATIONS
public static int NUMBER_OF_SIMULATIONS_BEFORE_RESTART
public static java.lang.String TIME_FORMAT
public static final java.text.SimpleDateFormat formatter
public static java.lang.String timeStamp
public static boolean observationPhase
public static boolean learningPhase
public static boolean validationPhase
public abstract void live()
public int getLocalEvaluationIndex()
public int getCurrentTrialIndex()
public int getIndexOfAction()
public void setCurrentTrialIndex(int currentTrialIndex)
public boolean isJustReset()
public void setJustReset(boolean justReset)
public boolean isRecentlyReset()
public void setRecentlyReset(boolean recentlyReset)
public int getCurrentIteration()
public int getRestartCounter()
public void setCurrentIteration(int currentIteration)
public boolean getCurrentlyExperimenting()
public void setCurrentlyExperimenting(boolean currentlyExperimenting)