- fixed toggle button
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@850 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -933,7 +933,7 @@ void MainComponent::updateControls()
|
||||
{
|
||||
rbmDoRaoBlackwellToggleButton->setToggleState(m_pLayer->params().doRaoBlackwell, dontSendNotification);
|
||||
rbmDoSampleVisibleToggleButton->setToggleState(m_pLayer->params().gibbsDoSampleVisible, dontSendNotification);
|
||||
rbmDoSampleHidden->setToggleState(m_pLayer->params().doSampleBatch, dontSendNotification);
|
||||
rbmDoSampleHidden->setToggleState(m_pLayer->params().gibbsDoSampleHidden, dontSendNotification);
|
||||
|
||||
weightDecayLabel->setText(String(m_pLayer->params().weightDecay), dontSendNotification);
|
||||
learningRateLabel->setText(String(m_pLayer->params().learningRate), dontSendNotification);
|
||||
|
||||
Reference in New Issue
Block a user