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
S
select(Population<HigherOrderMutant>, int)
- Method in class org.hu.hom.api.algorithm.object.impl.selection.
RandomSelection
select(Population<HigherOrderMutant>, int)
- Method in class org.hu.hom.api.algorithm.object.impl.selection.
RouletteWheelSelection
select(Population<HigherOrderMutant>, int)
- Method in class org.hu.hom.api.algorithm.object.impl.selection.
StochasticUniversalSampling
select(Population<HigherOrderMutant>, int)
- Method in class org.hu.hom.api.algorithm.object.impl.selection.
TournamentSelection
select(Population<HigherOrderMutant>, int)
- Method in class org.hu.hom.api.algorithm.object.impl.selection.
TruncationSelection
select(Population<T>, int)
- Method in interface org.hu.hom.api.algorithm.object.
SelectionStrategy
Select the specified number of candidates from the population.
Selection
- Enum in
org.hu.hom.api.algorithm.object.impl.selection
SelectionStrategy
<
T
extends
AbstractMutant
> - Interface in
org.hu.hom.api.algorithm.object
Strategy interface for "natural" selection.
setFirstOrderMutants(Collection<FirstOrderMutant>)
- Method in class org.hu.hom.core.object.
HigherOrderMutant
setKilledBy(Collection<String>)
- Method in class org.hu.hom.core.object.
AbstractMutant
setLogger(Logger)
- Method in class org.hu.hom.ui.graphical.view.
LogViewer
setMutants(List<T>)
- Method in class org.hu.hom.core.object.
Population
SharedConfig
- Class in
org.hu.hom.ui.graphical.model.constants
SharedConfig()
- Constructor for class org.hu.hom.ui.graphical.model.constants.
SharedConfig
showErrorPopOver(String, Node)
- Method in class org.hu.hom.ui.graphical.model.utils.
CommonUtils
showPopOver(String, String, Node)
- Method in class org.hu.hom.ui.graphical.model.utils.
CommonUtils
showTimeStampProperty()
- Method in class org.hu.hom.ui.graphical.view.
LogViewer
Specifications
- Class in
org.hu.hom.api.algorithm
This class contains specifications for the
GeneticAlgorithm
.
Specifications()
- Constructor for class org.hu.hom.api.algorithm.
Specifications
SplashScreen
- Class in
org.hu.hom.ui.graphical.view
SplashScreen()
- Constructor for class org.hu.hom.ui.graphical.view.
SplashScreen
stateChanged(int, int, int, int)
- Method in interface org.hu.hom.api.listener.
GeneticAlgorithmListener
StochasticUniversalSampling
- Class in
org.hu.hom.api.algorithm.object.impl.selection
An alternative to
RouletteWheelSelection
as a fitness-proportionate selection strategy.
StochasticUniversalSampling()
- Constructor for class org.hu.hom.api.algorithm.object.impl.selection.
StochasticUniversalSampling
SUBTLE_DEGREE
- Static variable in class org.hu.hom.core.object.
HigherOrderMutant
The degree that the
HigherOrderMutant.fitness
should equal or exceed to be considered as subtle
HigherOrderMutant
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