From 37350254517da145ff7333862c6a551ac3649e8f Mon Sep 17 00:00:00 2001 From: ErikOrm Date: Wed, 24 Jan 2024 19:21:50 +0100 Subject: [PATCH] disabling evaluate_cot() There were some issues with this feature. Will mend it when I find the time. --- hypermapper/param/space.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypermapper/param/space.py b/hypermapper/param/space.py index 5ec885f..4886b46 100644 --- a/hypermapper/param/space.py +++ b/hypermapper/param/space.py @@ -479,8 +479,8 @@ def evaluate(self, configurations: torch.Tensor, CoT=False) -> List[bool]: - List of booleans """ - if CoT and not self.has_real_parameters: - return self.evaluate_CoT(configurations) + # if CoT and not self.has_real_parameters: + # return self.evaluate_CoT(configurations) # transform the torch tensor to dict of lists - needed for the numexpr package transformed_configurations = {