public class GlasLearner
extends java.lang.Object
Constructor and Description |
---|
GlasLearner(int nNodes,
int nStimuli,
int nActions) |
Modifier and Type | Method and Description |
---|---|
double |
getBest_found_fit() |
int[] |
getBest_found_solution() |
double[] |
getHistory_fit() |
int |
getMax_number_reRuns() |
int |
getnParticles() |
int |
getnReRuns() |
boolean |
isShow_gui() |
void |
learnSequence(GlasSequence mySequence) |
void |
setBest_found_fit(double best_found_fit) |
void |
setBest_found_solution(int[] best_found_solution) |
void |
setHistory_fit(double[] history_fit) |
void |
setMax_number_reRuns(int max_number_reRuns) |
void |
setnParticles(int nParticles) |
void |
setnReRuns(int nReRuns) |
void |
setShow_gui(boolean show_gui) |
public void learnSequence(GlasSequence mySequence)
public int getMax_number_reRuns()
public void setMax_number_reRuns(int max_number_reRuns)
max_number_reRuns
- the max_number_reRuns to setpublic int getnParticles()
public void setnParticles(int nParticles)
nParticles
- the nParticles to setpublic double getBest_found_fit()
public void setBest_found_fit(double best_found_fit)
best_found_fit
- the best_found_fit to setpublic int[] getBest_found_solution()
public void setBest_found_solution(int[] best_found_solution)
best_found_solution
- the best_found_solution to setpublic double[] getHistory_fit()
public void setHistory_fit(double[] history_fit)
history_fit
- the history_fit to setpublic boolean isShow_gui()
public void setShow_gui(boolean show_gui)
public int getnReRuns()
public void setnReRuns(int nReRuns)
nReRuns
- the nReRuns to set