Class ResultAllocators
java.lang.Object
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ResultAllocators
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResultAllocator
ofImage
(int width, int height) static ResultAllocator
ofImage
(int width, int height, int channelOrder, int dataType) static ResultAllocator
ofMultiplePopulationSizeFloat
(int multiple) static ResultAllocator
ofMultiplePopulationSizeFloat
(MultipleComputer multipleComputer) static ResultAllocator
static ResultAllocator
ofSize
(int type, int size) static ResultAllocator
ofSizeFloat
(int size) static ResultAllocator
ofSizeInt
(int size)
-
Constructor Details
-
ResultAllocators
private ResultAllocators()
-
-
Method Details
-
ofSize
-
ofSizeFloat
-
ofSizeInt
-
ofMultiplePopulationSizeFloat
-
ofMultiplePopulationSizeFloat
-
ofPopulationSizeFloat
-
ofImage
-
ofImage
-