JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
R
R
- Interface in
org.hu.hom.ui.graphical.model.constants
RandomSelection
- Class in
org.hu.hom.api.algorithm.object.impl.selection
A selection strategy that picks candidates from a population at absolute randomness
RandomSelection()
- Constructor for class org.hu.hom.api.algorithm.object.impl.selection.
RandomSelection
readJavaFile(String)
- Static method in class org.hu.hom.core.utils.
FileUtils
Record
<
T
extends
AbstractMutant
> - Class in
org.hu.hom.api.algorithm.report
This class is used to record the values of each generation of the
GeneticAlgorithm
Record()
- Constructor for class org.hu.hom.api.algorithm.report.
Record
record(int, Population<T>, Set<T>, Set<T>, Set<T>)
- Method in class org.hu.hom.api.algorithm.report.
ReportEngine
record(Record<T>)
- Method in class org.hu.hom.api.algorithm.report.
ReportEngine
refreshRateProperty()
- Method in class org.hu.hom.ui.graphical.view.
LogViewer
removeFirstOrderMutant(FirstOrderMutant)
- Method in class org.hu.hom.core.object.
HigherOrderMutant
removeMutant(T)
- Method in class org.hu.hom.core.object.
Population
removeMutants(List<T>)
- Method in class org.hu.hom.core.object.
Population
removeNonCompilableMutants()
- Method in class org.hu.hom.core.object.
Population
omits all non compilable mutants from the population
ReportEngine
<
T
extends
AbstractMutant
> - Class in
org.hu.hom.api.algorithm.report
Generates excel reports of the run results
ReportEngine()
- Constructor for class org.hu.hom.api.algorithm.report.
ReportEngine
RouletteWheelSelection
- Class in
org.hu.hom.api.algorithm.object.impl.selection
Implements selection of
n
candidates from a population by selecting
n
candidates at random where the probability of each candidate getting selected is proportional to its fitness score.
RouletteWheelSelection()
- Constructor for class org.hu.hom.api.algorithm.object.impl.selection.
RouletteWheelSelection
run()
- Method in class org.hu.hom.api.algorithm.
GeneticAlgorithm
Launches the genetic algorithm
RUN_ID
- Static variable in interface org.hu.hom.api.config.
Constants
RUN_ID
- Static variable in interface org.hu.hom.ui.cmd.
Constants
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes