Skip to content

Commit

Permalink
disabling evaluate_cot()
Browse files Browse the repository at this point in the history
There were some issues with this feature. Will mend it when I find the time.
  • Loading branch information
ErikOrm authored Jan 24, 2024
1 parent 5d8ddd3 commit 3735025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypermapper/param/space.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3735025

Please sign in to comment.