|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.gui.util.FRace
public class FRace
This class represents the F-Race optimisation method. The basic ideia is to test various configurations (set of parameters) of an algorithm on a limited set of instances (test) in a racing approach, and remove the ones that are less promosing as soon as a statistical difference is found. The ones that survive are allowed to continue to the next step. At the end of the 'race', the one with the highest rank is considered the best configuration.
Constructor Summary | |
---|---|
FRace()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Entry point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FRace()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- the command line arguments.
java.lang.Exception
- if any error occurs when reading the output files.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |