|
MOEA Framework 2.12 API Specification |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moeaframework.util.CommandLineUtility
org.moeaframework.analysis.sensitivity.ResultFileMerger
public class ResultFileMerger
Command line utility for merging the approximation sets stored in one or more result files. The output is a single approximation set containing the non-dominated solutions from all input files.
Usage: java -cp "..." org.moeaframework.analysis.sensitivity.ResultFileMerger <options> <files>
Arguments:
-b, --problem |
The name of the problem. This name should reference one of the problems recognized by the MOEA Framework. |
-d, --dimension |
The number of objectives (use instead of -b). |
-o, --output |
The output file where the extract data will be saved. |
-e, --epsilon |
The epsilon values for limiting the size of the results. This epsilon value is also used for any algorithms that include an epsilon parameter. |
-r, --resultFile |
Output a result file, which includes all of the decision variables when combined with the -b option. |
Constructor Summary | |
---|---|
ResultFileMerger()
Constructs the command line utility for merging the approximation sets stored in one or more result files. |
Method Summary | |
---|---|
org.apache.commons.cli.Options |
getOptions()
Returns the options made available by this command line utility. |
static void |
main(String[] args)
Starts the command line utility for merging the approximation sets stored in one or more result files. |
void |
run(org.apache.commons.cli.CommandLine commandLine)
Runs this command line utility with the specified command line arguments. |
Methods inherited from class org.moeaframework.util.CommandLineUtility |
---|
getCommandString, setCommandString, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultFileMerger()
Method Detail |
---|
public org.apache.commons.cli.Options getOptions()
CommandLineUtility
-h,--help
option.
Implementations overriding this method and begin with a call to
super.getOptions()
.
getOptions
in class CommandLineUtility
public void run(org.apache.commons.cli.CommandLine commandLine) throws Exception
CommandLineUtility
run
in class CommandLineUtility
commandLine
- the command line arguments
Exception
public static void main(String[] args) throws Exception
args
- the command line arguments
Exception
- if an error occurred
|
MOEA Framework 2.12 API Specification |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |