mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
parameter inheritance structure
This commit is contained in:
parent
a9a4841e5f
commit
102aabc6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ __precision__ = numpy.get_printoptions()['precision'] # numpy printing precision
|
|||
__print_threshold__ = 5
|
||||
######
|
||||
|
||||
class Param(Constrainable, ObservableArray, Gradcheckable, Indexable):
|
||||
class Param(Constrainable, ObservableArray, Gradcheckable):
|
||||
"""
|
||||
Parameter object for GPy models.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue