|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.metaheuristics.singleObjective.geneticAlgorithm.GA_main
public class GA_main
This class runs a single-objective genetic algorithm (GA). The GA can be a steady-state GA (class ssGA), a generational GA (class gGA), a synchronous cGA (class scGA) or an asynchronous cGA (class acGA). The OneMax problem is used to test the algorithms.
| Constructor Summary | |
|---|---|
GA_main()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GA_main()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws JMException,
java.lang.ClassNotFoundException
JMException
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||