From 2977dd8a5f1d742193eae79364a284e68269f7b5 Mon Sep 17 00:00:00 2001 From: Hongyu <39747921+HongyuHe@users.noreply.github.com> Date: Sat, 6 Mar 2021 19:36:46 +0100 Subject: sim: Implement energy models from CloudSim (#79) This commit implements the energy models that are present in CloudSim: 1. Constant 2. Linear 3. Cubic 4. Square root 5. Interpolation based on data. --- simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts') diff --git a/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts b/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts index 95183df2..91156cbf 100644 --- a/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts +++ b/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019 atlarge-research + * Copyright (c) 2021 atlarge-research * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- cgit v1.2.3