protected static class DifferentialEvolution.Triple
extends java.lang.Object
DifferentialEvolution.Triple
is a container for three individuals.Modifier and Type | Field and Description |
---|---|
protected org.opt4j.core.Individual |
first |
protected org.opt4j.core.Individual |
second |
protected org.opt4j.core.Individual |
third |
Constructor and Description |
---|
Triple(org.opt4j.core.Individual first,
org.opt4j.core.Individual second,
org.opt4j.core.Individual third) |
Modifier and Type | Method and Description |
---|---|
org.opt4j.core.Individual |
getFirst() |
org.opt4j.core.Individual |
getSecond() |
org.opt4j.core.Individual |
getThird() |
protected final org.opt4j.core.Individual first
protected final org.opt4j.core.Individual second
protected final org.opt4j.core.Individual third