From 4190226ab921ce40eabfaed3690ffd4de020b2e9 Mon Sep 17 00:00:00 2001
From: pat-alt <altmeyerpat@gmail.com>
Date: Mon, 16 Oct 2023 17:27:31 +0200
Subject: [PATCH] grid back up

---
 experiments/daic/testing/cali_100_8.sh | 2 +-
 experiments/setup_env.jl               | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/experiments/daic/testing/cali_100_8.sh b/experiments/daic/testing/cali_100_8.sh
index 4f7ea461..7336d0d3 100644
--- a/experiments/daic/testing/cali_100_8.sh
+++ b/experiments/daic/testing/cali_100_8.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #SBATCH --job-name="Grid-search California Housing (ECCCo)"
-#SBATCH --time=01:00:00
+#SBATCH --time=01:10:00
 #SBATCH --ntasks=10
 #SBATCH --cpus-per-task=10
 #SBATCH --partition=general
diff --git a/experiments/setup_env.jl b/experiments/setup_env.jl
index 8c5a52d1..8cf0de55 100644
--- a/experiments/setup_env.jl
+++ b/experiments/setup_env.jl
@@ -202,9 +202,11 @@ DEFAULT_GENERATOR_TUNING_LARGE = (
     reg_strength=[0.0, 0.1,],
     opt = [
         Descent(0.01), 
+        Descent(0.05),
         Optimiser(ClipValue(0.01), Descent(0.01)),
+        Optimiser(ClipValue(0.05), Descent(0.05)),
     ],
-    decay = [(0.0, 1), (0.01, 1)],
+    decay = [(0.0, 1), (0.01, 1), (0.1, 1)],
 )
 
 "Boolean flag to check if model tuning was specified."
-- 
GitLab