mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
parameters once in memory
This commit is contained in:
parent
0df263956f
commit
0a82427e29
4 changed files with 51 additions and 41 deletions
|
|
@ -15,7 +15,7 @@ __precision__ = numpy.get_printoptions()['precision'] # numpy printing precision
|
|||
__print_threshold__ = 5
|
||||
######
|
||||
|
||||
class Param(OptimizationHandlable, ObservableArray, Gradcheckable):
|
||||
class Param(OptimizationHandlable, ObservableArray):
|
||||
"""
|
||||
Parameter object for GPy models.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue