|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Experiment | |
|---|---|
| jmetal.experiments | |
| jmetal.experiments.studies | |
| jmetal.experiments.util | |
| Uses of Experiment in jmetal.experiments |
|---|
| Methods in jmetal.experiments with parameters of type Experiment | |
|---|---|
void |
Experiment.generateRBoxplotScripts(int rows,
int cols,
java.lang.String[] problems,
java.lang.String prefix,
boolean notch,
Experiment experiment)
Invoking the generateScripts method on the RBoxplot class |
void |
Experiment.generateRWilcoxonScripts(java.lang.String[] problems,
java.lang.String prefix,
Experiment experiment)
Invoking the generateScripts method on the RWilcoxon class |
| Uses of Experiment in jmetal.experiments.studies |
|---|
| Subclasses of Experiment in jmetal.experiments.studies | |
|---|---|
class |
ConstrainedProblemsStudy
Example of experiment. |
class |
jMetalExperiment
Class implementing a typical experimental study. |
class |
NSGAIIStudy
Class implementing an example of experiment using NSGA-II as base algorithm. |
class |
pMOEADStudy
|
class |
StandardStudy
Class implementing a typical experimental study. |
class |
StandardStudy2
Class implementing a typical experimental study. |
class |
ZDTStudy
Class implementing an example experimental study. |
class |
ZDTStudy2
Class implementing an example experimental study. |
| Uses of Experiment in jmetal.experiments.util |
|---|
| Fields in jmetal.experiments.util declared as Experiment | |
|---|---|
Experiment |
RunExperiment.experiment_
|
| Methods in jmetal.experiments.util with parameters of type Experiment | |
|---|---|
static void |
RBoxplot.generateScripts(int rows,
int cols,
java.lang.String[] problems,
java.lang.String prefix,
boolean notch,
Experiment experiment)
This method produces R scripts for generating eps files containing boxplots of the results previosly obtained. |
static void |
RWilcoxon.generateScripts(java.lang.String[] problems,
java.lang.String prefix,
Experiment experiment)
|
| Constructors in jmetal.experiments.util with parameters of type Experiment | |
|---|---|
Friedman(Experiment exp)
|
|
RunExperiment(Experiment experiment,
java.util.HashMap<java.lang.String,java.lang.Object> map,
int id,
int numberOfThreads,
int numberOfProblems)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||