Class ResultAllocators

java.lang.Object
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ResultAllocators

public class ResultAllocators extends Object
  • Constructor Details

    • ResultAllocators

      private ResultAllocators()
  • Method Details

    • ofSize

      public static ResultAllocator ofSize(int type, int size)
    • ofSizeFloat

      public static ResultAllocator ofSizeFloat(int size)
    • ofSizeInt

      public static ResultAllocator ofSizeInt(int size)
    • ofMultiplePopulationSizeFloat

      public static ResultAllocator ofMultiplePopulationSizeFloat(MultipleComputer multipleComputer)
    • ofMultiplePopulationSizeFloat

      public static ResultAllocator ofMultiplePopulationSizeFloat(int multiple)
    • ofPopulationSizeFloat

      public static ResultAllocator ofPopulationSizeFloat()
    • ofImage

      public static ResultAllocator ofImage(int width, int height, int channelOrder, int dataType)
    • ofImage

      public static ResultAllocator ofImage(int width, int height)