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 = {