Gglazba
Class GGlazba

java.lang.Object
  extended by Gglazba.GGlazba

public class GGlazba
extends java.lang.Object

Represents the entry of the program


Field Summary
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 Summary
Constructor and Description
GGlazba()
           
 
Method Summary
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

brojGlasova

public static int brojGlasova
The number of voices in the generated melody


velicinaPopulacije

public static int velicinaPopulacije
Represents the population size


brojIteracija

public static int brojIteracija
The number of iterations/generations


faktorMutacije

public static float faktorMutacije
The probability of mutation


velicinaTurnira

public static int velicinaTurnira
Tournament size

Constructor Detail

GGlazba

public GGlazba()
Method Detail

main

public static void main(java.lang.String[] args)
Represents the main method of the program

Parameters:
args - unused parameter