C F G I K L O P R S T U _ 

C

com.delhezi.ga - package com.delhezi.ga
 
com.delhezi.ga.crossover.permutation - package com.delhezi.ga.crossover.permutation
 
com.delhezi.ga.crossover.standard - package com.delhezi.ga.crossover.standard
 
com.delhezi.ga.fitnessfunction - package com.delhezi.ga.fitnessfunction
 
com.delhezi.ga.genes - package com.delhezi.ga.genes
 
com.delhezi.ga.mutation - package com.delhezi.ga.mutation
 
com.delhezi.ga.mutation.heuristics - package com.delhezi.ga.mutation.heuristics
 
com.delhezi.ga.selection - package com.delhezi.ga.selection
 
com.delhezi.ga.utility - package com.delhezi.ga.utility
 

F

FitnessFunctionTest - Class in com.delhezi.ga.fitnessfunction
 
FitnessFunctionTest() - Constructor for class com.delhezi.ga.fitnessfunction.FitnessFunctionTest
 

G

GeneticAlgorithmXmlDomParserFactoryTest - Class in com.delhezi.ga
 
GeneticAlgorithmXmlDomParserFactoryTest() - Constructor for class com.delhezi.ga.GeneticAlgorithmXmlDomParserFactoryTest
 
GeneticAlgorithmXmlSaxParserFactoryTest - Class in com.delhezi.ga
 
GeneticAlgorithmXmlSaxParserFactoryTest() - Constructor for class com.delhezi.ga.GeneticAlgorithmXmlSaxParserFactoryTest
 

I

illegal_1_Mutation() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: chromosome = null.
illegal_1_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: chromosome = null.
illegal_2_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint1 > chromosome.size().
illegal_3_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint1 < 0.
illegal_4_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint2 > chromosome.size().
illegal_5_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint2 < 0.
illegal_6_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: insertPoint < 0.
illegal_7_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: insertPoint > chromosome.size() - (cutPoint2 - cutPoint1).
InversionMutationTest - Class in com.delhezi.ga.mutation
 
InversionMutationTest() - Constructor for class com.delhezi.ga.mutation.InversionMutationTest
 

K

KPointCrossoverTest - Class in com.delhezi.ga.crossover.standard
 
KPointCrossoverTest() - Constructor for class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 

L

LinearRankingTest - Class in com.delhezi.ga.selection
 
LinearRankingTest() - Constructor for class com.delhezi.ga.selection.LinearRankingTest
 
LinKernighanTest - Class in com.delhezi.ga.mutation.heuristics
 
LinKernighanTest() - Constructor for class com.delhezi.ga.mutation.heuristics.LinKernighanTest
 

O

OrderCrossoverTest - Class in com.delhezi.ga.crossover.permutation
 
OrderCrossoverTest() - Constructor for class com.delhezi.ga.crossover.permutation.OrderCrossoverTest
 

P

PartiallyMatchedCrossoverTest - Class in com.delhezi.ga.crossover.permutation
 
PartiallyMatchedCrossoverTest() - Constructor for class com.delhezi.ga.crossover.permutation.PartiallyMatchedCrossoverTest
 
PointTest - Class in com.delhezi.ga.genes
 
PointTest() - Constructor for class com.delhezi.ga.genes.PointTest
 
PopulationConstantSizeTest - Class in com.delhezi.ga
 
PopulationConstantSizeTest() - Constructor for class com.delhezi.ga.PopulationConstantSizeTest
 

R

RandomUniqueIntegerTest - Class in com.delhezi.ga.utility
 
RandomUniqueIntegerTest() - Constructor for class com.delhezi.ga.utility.RandomUniqueIntegerTest
 
RouletteWheelEffectiveImplementationTest - Class in com.delhezi.ga.selection
 
RouletteWheelEffectiveImplementationTest() - Constructor for class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
RouletteWheelElementaryImplementationTest - Class in com.delhezi.ga.selection
 
RouletteWheelElementaryImplementationTest() - Constructor for class com.delhezi.ga.selection.RouletteWheelElementaryImplementationTest
 

S

setUp() - Method in class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 
setUp() - Method in class com.delhezi.ga.fitnessfunction.FitnessFunctionTest
 
setUp() - Method in class com.delhezi.ga.mutation.heuristics._2OptTest
 
setUp() - Method in class com.delhezi.ga.selection.LinearRankingTest
 
setUp() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
setUp() - Method in class com.delhezi.ga.selection.RouletteWheelElementaryImplementationTest
 
setUp() - Method in class com.delhezi.ga.selection.TournamentTest
 
setUpBeforeClass() - Static method in class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 
setUpBeforeClass() - Static method in class com.delhezi.ga.selection.LinearRankingTest
 
setUpBeforeClass() - Static method in class com.delhezi.ga.selection.TournamentTest
 
SwapMutationTest - Class in com.delhezi.ga.mutation
 
SwapMutationTest() - Constructor for class com.delhezi.ga.mutation.SwapMutationTest
 

T

tearDown() - Method in class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 
tearDown() - Method in class com.delhezi.ga.selection.LinearRankingTest
 
tearDown() - Method in class com.delhezi.ga.selection.TournamentTest
 
tearDownAfterClass() - Static method in class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 
tearDownAfterClass() - Static method in class com.delhezi.ga.selection.LinearRankingTest
 
tearDownAfterClass() - Static method in class com.delhezi.ga.selection.TournamentTest
 
test_1_Mutation() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: chromosome.size() < 2; Brak mutacji.
test_1_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint1 = cutPoint2; Brak mutacji.
test_2_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: cutPoint1 = chromosome.size() && cutPoint2 = 0; Brak mutacji.
test_2opt() - Method in class com.delhezi.ga.mutation.heuristics._2OptTest
 
test_3_Mutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Przypadek: chromosome.size() < 2; Brak mutacji.
testCalculateFitness() - Method in class com.delhezi.ga.fitnessfunction.FitnessFunctionTest
 
testChangeEdge() - Method in class com.delhezi.ga.mutation.heuristics._2OptTest
 
testChangeEdge() - Method in class com.delhezi.ga.mutation.heuristics.LinKernighanTest
 
testCrossover() - Method in class com.delhezi.ga.crossover.permutation.OrderCrossoverTest
 
testCrossover() - Method in class com.delhezi.ga.crossover.permutation.PartiallyMatchedCrossoverTest
 
testCrossover() - Method in class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 
testCrossover() - Method in class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 
testCrossover1() - Method in class com.delhezi.ga.crossover.permutation.OrderCrossoverTest
 
testCrossover1() - Method in class com.delhezi.ga.crossover.permutation.PartiallyMatchedCrossoverTest
 
testCrossover1() - Method in class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 
testCrossover2() - Method in class com.delhezi.ga.crossover.permutation.OrderCrossoverTest
 
testCrossover2() - Method in class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 
testEquals() - Method in class com.delhezi.ga.genes.PointTest
 
testGeneration1() - Method in class com.delhezi.ga.PopulationConstantSizeTest
 
testGet() - Method in class com.delhezi.ga.utility.RandomUniqueIntegerTest
 
testGetArity() - Method in class com.delhezi.ga.selection.TournamentTest
 
testGetK() - Method in class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 
testGetNormal() - Method in class com.delhezi.ga.selection.LinearRankingTest
 
testGetSize() - Method in class com.delhezi.ga.utility.RandomUniqueIntegerTest
 
testHashCode() - Method in class com.delhezi.ga.genes.PointTest
 
testIsMaximisation() - Method in class com.delhezi.ga.fitnessfunction.FitnessFunctionTest
 
testKwpj() - Method in class com.delhezi.ga.mutation.heuristics.LinKernighanTest
 
testLinKernighan() - Method in class com.delhezi.ga.mutation.heuristics.LinKernighanTest
 
testMutation() - Method in class com.delhezi.ga.mutation.heuristics._2OptTest
 
testMutation() - Method in class com.delhezi.ga.mutation.heuristics.LinKernighanTest
 
testMutation() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Test dla standardowych danych.
testMutation() - Method in class com.delhezi.ga.mutation.SwapMutationTest
 
testMutation1() - Method in class com.delhezi.ga.mutation.InversionMutationTest
Test dla standardowych danych.
testMutation1() - Method in class com.delhezi.ga.mutation.SwapMutationTest
 
testNewGeneticAlgorithm() - Method in class com.delhezi.ga.GeneticAlgorithmXmlDomParserFactoryTest
 
testNewGeneticAlgorithm() - Method in class com.delhezi.ga.GeneticAlgorithmXmlSaxParserFactoryTest
 
testOptSubstring() - Method in class com.delhezi.ga.crossover.permutation.PartiallyMatchedCrossoverTest
 
testRouletteWheelImpl() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
testRouletteWheelImpl() - Method in class com.delhezi.ga.selection.RouletteWheelElementaryImplementationTest
 
testRouletteWheelImpl1() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
testSelect() - Method in class com.delhezi.ga.selection.LinearRankingTest
 
testSelect() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
testSelect() - Method in class com.delhezi.ga.selection.RouletteWheelElementaryImplementationTest
 
testSelect() - Method in class com.delhezi.ga.selection.TournamentTest
 
testSelectEdge() - Method in class com.delhezi.ga.mutation.heuristics._2OptTest
 
testSetArity() - Method in class com.delhezi.ga.selection.TournamentTest
 
testSetK() - Method in class com.delhezi.ga.crossover.standard.KPointCrossoverTest
 
testSetMaximisation() - Method in class com.delhezi.ga.fitnessfunction.FitnessFunctionTest
 
testSetVariable() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
testSetVariable() - Method in class com.delhezi.ga.selection.RouletteWheelElementaryImplementationTest
 
testTableInitialize() - Method in class com.delhezi.ga.selection.RouletteWheelEffectiveImplementationTest
 
TournamentTest - Class in com.delhezi.ga.selection
 
TournamentTest() - Constructor for class com.delhezi.ga.selection.TournamentTest
 

U

UniformCrossoverTest - Class in com.delhezi.ga.crossover.standard
 
UniformCrossoverTest() - Constructor for class com.delhezi.ga.crossover.standard.UniformCrossoverTest
 

_

_2OptTest - Class in com.delhezi.ga.mutation.heuristics
 
_2OptTest() - Constructor for class com.delhezi.ga.mutation.heuristics._2OptTest
 
C F G I K L O P R S T U _ 

Copyright © 2008–2015 Delhezi. All rights reserved.