Free cookie consent management tool by TermsFeed Policy Generator

Opened 11 years ago

Closed 11 years ago

#2125 closed defect (done)

All covariance functions return the full gradient vector even when parameters are partially fixed

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.10
Component: Algorithms.DataAnalysis Version: 3.3.9
Keywords: Cc:

Description


Change History (8)

comment:1 Changed 11 years ago by gkronber

  • Status changed from new to accepted

comment:2 Changed 11 years ago by gkronber

r10489:

  • fixed the bug that covariance functions returned the full gradient vector even when parameters are partially fixed.
  • changed the calculation of NN covariance and gradient to direct calculation (instead of AutoDiff)

comment:3 Changed 11 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from accepted to reviewing

comment:4 Changed 11 years ago by gkronber

r10490: code cleanup

comment:5 Changed 11 years ago by gkronber

r10491: removed reference and plugin dependency for AutoDiff

comment:6 Changed 11 years ago by gkronber

r10493: fixed a bug that caused a unit test failure

comment:7 Changed 11 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from reviewing to readytorelease

NNCovariance function was not reviewed.

comment:8 Changed 11 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r10530: merged r10489:10491 and r10493 from trunk into stable

Note: See TracTickets for help on using tickets.