Skip to content

Commit

Permalink
Update name of random decomposition GP.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntGro authored Nov 12, 2023
1 parent 3fde677 commit 6591f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCBO/mcbo/models/gp/rand_decomposition_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RandDecompositionGP(ExactGPModel):

@property
def name(self) -> str:
name = "GP"
name = "GPRD"
name += f" ({self.base_kernel_num}_{self.base_kernel_nom})"
return name

Expand Down

0 comments on commit 6591f38

Please sign in to comment.