|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pratnja in Gglazba |
---|
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 |
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) |
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 |
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |