|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EC | |
---|---|
net.sourceforge.cilib.ec | |
net.sourceforge.cilib.ec.iterationstrategies |
Uses of EC in net.sourceforge.cilib.ec |
---|
Methods in net.sourceforge.cilib.ec that return EC | |
---|---|
EC |
EC.getClone()
Create a cloned copy of the current object and return it. |
Methods in net.sourceforge.cilib.ec that return types with arguments of type EC | |
---|---|
IterationStrategy<EC> |
EC.getIterationStrategy()
Get the IterationStrategy for the current EC . |
Constructors in net.sourceforge.cilib.ec with parameters of type EC | |
---|---|
EC(EC copy)
Copy constructor. |
Uses of EC in net.sourceforge.cilib.ec.iterationstrategies |
---|
Methods in net.sourceforge.cilib.ec.iterationstrategies with parameters of type EC | |
---|---|
void |
GeneticAlgorithmIterationStrategy.performIteration(EC ec)
Perform the iteration of the PopulationBasedAlgorithm. |
void |
DifferentialEvolutionIterationStrategy.performIteration(EC ec)
Perform an iteration of the DE algorithm defined as the DE/x/y/z implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |