- 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:
2022-01-20 18:13:42 +00:00
parent 7910a246fd
commit ce48f6f6c2
+1 -1
View File
@@ -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);