All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nd4j.jita.allocator.enums.Aggressiveness Maven / Gradle / Ivy

package org.nd4j.jita.allocator.enums;

/**
 * @author [email protected]
 */
public enum Aggressiveness {
    PEACEFUL, // less actions
    REASONABLE,
    URGENT,
    IMMEDIATE // more actions
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy