Package org.opt4j.genotype
Class SelectMapGenotype.SelectBounds<O,P>
java.lang.Object
org.opt4j.genotype.SelectMapGenotype.SelectBounds<O,P>
- Enclosing class:
- SelectMapGenotype<K,
V>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLowerBound
(int index) Returns the lower bound for thei
-th element.getUpperBound
(int index) Returns the upper bound for thei
-th element.
-
Field Details
-
list
-
map
-
-
Constructor Details
-
SelectBounds
-
-
Method Details
-
getLowerBound
Description copied from interface:Bounds
Returns the lower bound for thei
-th element.- Specified by:
getLowerBound
in interfaceBounds<O>
- Parameters:
index
- thei
-th element- Returns:
- the lower bound of the
i
-th element
-
getUpperBound
Description copied from interface:Bounds
Returns the upper bound for thei
-th element.- Specified by:
getUpperBound
in interfaceBounds<O>
- Parameters:
index
- thei
-th element- Returns:
- the upper bound of the
i
-th element
-