From 975191b79199e78e45ac1cea3ed62f5d190cf05b Mon Sep 17 00:00:00 2001
From: pat-alt <altmeyerpat@gmail.com>
Date: Wed, 15 Feb 2023 07:36:19 +0100
Subject: [PATCH] progress

---
 src/ConformalGenerator.jl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ConformalGenerator.jl b/src/ConformalGenerator.jl
index 540d71a6..bde032bd 100644
--- a/src/ConformalGenerator.jl
+++ b/src/ConformalGenerator.jl
@@ -18,6 +18,8 @@ end
 @with_kw struct ConformalGeneratorParams
     opt::Flux.Optimise.AbstractOptimiser = Descent()
     Ï„::AbstractFloat = 1e-3
+    κ::Real = 1.0
+    Τ::Real = 0.5
 end
 
 """
-- 
GitLab