mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
fixes now hierarchical, maybe need to be restructured as lookup from constraints
This commit is contained in:
parent
79ba989b31
commit
24b43c490c
3 changed files with 62 additions and 33 deletions
|
|
@ -226,7 +226,7 @@ class Param(OptimizationHandlable, ObsAr):
|
|||
# Constrainable
|
||||
#===========================================================================
|
||||
def _ensure_fixes(self):
|
||||
self._fixes_ = numpy.ones(self._realsize_, dtype=bool)
|
||||
if not self._has_fixes(): self._fixes_ = numpy.ones(self._realsize_, dtype=bool)
|
||||
|
||||
#===========================================================================
|
||||
# Convenience
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue