Uses of Class
Gglazba.Pratnja

Uses of Pratnja in Gglazba
 

Methods in Gglazba that return Pratnja
Modifier and Type Method and Description
static Pratnja GAPratnja.krizanjeTockaPrekida(java.util.LinkedList<Pratnja> odabrane)
          One-point crossover
static Pratnja GAPratnja.krizanjeUniformno(java.util.LinkedList<Pratnja> odabrane)
          Uniform crossover
static Pratnja GAPratnja.mutacijaPromjeni(Pratnja dijete)
          Mutation which changes tones for a half-step or whole-step up or down
static Pratnja GAPratnja.mutacijaZamjena(Pratnja dijete)
          Mutation which switches places of two neighbouring tones
 

Methods in Gglazba that return types with arguments of type Pratnja
Modifier and Type Method and Description
static java.util.LinkedList<Pratnja> Operatori.izaberiNajPratnja(java.util.LinkedList<java.lang.Integer> izabrani, Pratnja[] poljePratnja)
          Selects 2 individuals for the crossover operator and one individual to be replaced by their child (for the accompanying melody)
 

Methods in Gglazba with parameters of type Pratnja
Modifier and Type Method and Description
static java.util.LinkedList<Pratnja> Operatori.izaberiNajPratnja(java.util.LinkedList<java.lang.Integer> izabrani, Pratnja[] poljePratnja)
          Selects 2 individuals for the crossover operator and one individual to be replaced by their child (for the accompanying melody)
static Pratnja GAPratnja.mutacijaPromjeni(Pratnja dijete)
          Mutation which changes tones for a half-step or whole-step up or down
static Pratnja GAPratnja.mutacijaZamjena(Pratnja dijete)
          Mutation which switches places of two neighbouring tones
 

Method parameters in Gglazba with type arguments of type Pratnja
Modifier and Type Method and Description
static Pratnja GAPratnja.krizanjeTockaPrekida(java.util.LinkedList<Pratnja> odabrane)
          One-point crossover
static Pratnja GAPratnja.krizanjeUniformno(java.util.LinkedList<Pratnja> odabrane)
          Uniform crossover