constants

package
v0.0.0-...-af7f83e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SCHEDULER_ROUND_ROBIN   = "round_robin"
	SCHEDULER_SCH_SHRAVAN   = "sch_shravan"
	SCHEDULER_LOW_LATENCY   = "low_latency"
	SCHEDULER_RANDOM        = "random"
	SCHEDULER_LOW_BANDIT    = "low_bandit"
	SCHEDULER_PEEKABOO      = "peekaboo"
	SCHEDULER_ECF           = "ecf"
	SCHEDULER_BLEST         = "blest"
	SCHEDULER_DQNA          = "dqnAgent"
	SCHEDULER_FIRST_PATH    = "first_path"
	SCHEDULER_NEURAL_NET    = "neural_net"
	SCHEDULER_REDUNDANT     = "redundant"
	SCHEDULER_DEPLOY_BANDIT = "deploy"
	SCHEDULER_ACTOR_CRITIC  = "actor_critic"
	SCHEDULER_ROUND         = "round"

	// Directory Names
	DEFAULT_TRAINING_DIR        = "online_training"
	DEFAULT_CLIENT_TRAINING_DIR = "client_online_training"
	DEFAULT_MODEL_OUTPUT_DIR    = "client_model_output"

	// File names
	TRAINING_FILE_NAME = "train.txt"
)
View Source
const (
	// Env Variable
	PROJECT_HOME_DIR = "PROJECT_HOME_DIR"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL