|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitStrategy | |
---|---|
net.sourceforge.cilib.cooperative | |
net.sourceforge.cilib.cooperative.splitstrategies |
Uses of SplitStrategy in net.sourceforge.cilib.cooperative |
---|
Fields in net.sourceforge.cilib.cooperative declared as SplitStrategy | |
---|---|
protected SplitStrategy |
SplitCooperativeAlgorithm.splitStrategy
|
Methods in net.sourceforge.cilib.cooperative that return SplitStrategy | |
---|---|
SplitStrategy |
SplitCooperativeAlgorithm.getSplitStrategy()
|
Methods in net.sourceforge.cilib.cooperative with parameters of type SplitStrategy | |
---|---|
void |
SplitCooperativeAlgorithm.setSplitStrategy(SplitStrategy split)
|
Uses of SplitStrategy in net.sourceforge.cilib.cooperative.splitstrategies |
---|
Classes in net.sourceforge.cilib.cooperative.splitstrategies that implement SplitStrategy | |
---|---|
class |
ImperfectSplitStrategy
Split an OptimisationProblem into sub-problems of unequal size/dimension. |
class |
IndexedSplitStrategy
|
class |
PerfectSplitStrategy
Split an OptimisationProblem into sub-problems of equal size/dimension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |