|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGglazba.GGlazba
public class GGlazba extends java.lang.Object
Represents the entry of the program
Modifier and Type | Field and Description |
---|---|
static int |
brojGlasova
The number of voices in the generated melody |
static int |
brojIteracija
The number of iterations/generations |
static float |
faktorMutacije
The probability of mutation |
static int |
velicinaPopulacije
Represents the population size |
static int |
velicinaTurnira
Tournament size |
Constructor and Description |
---|
GGlazba()
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Represents the main method of the program |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int brojGlasova
public static int velicinaPopulacije
public static int brojIteracija
public static float faktorMutacije
public static int velicinaTurnira
Constructor Detail |
---|
public GGlazba()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- unused parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |