From 21701d103e853a72df513a1edf956d87273f42b4 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 24 Oct 2014 22:01:04 +0000 Subject: [PATCH] - GUI: increased number of possible gibbs iterations git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@36 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- Source/MainComponent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/MainComponent.cpp b/Source/MainComponent.cpp index c1d72cc..900aebc 100644 --- a/Source/MainComponent.cpp +++ b/Source/MainComponent.cpp @@ -177,7 +177,7 @@ MainComponent::MainComponent () removeTrainingButton->addListener (this); addAndMakeVisible (numGibbsSlider = new Slider ("Num. Gibbs slider")); - numGibbsSlider->setRange (1, 10, 1); + numGibbsSlider->setRange (1, 101, 1); numGibbsSlider->setSliderStyle (Slider::LinearBar); numGibbsSlider->setTextBoxStyle (Slider::TextBoxLeft, false, 80, 20); numGibbsSlider->addListener (this); @@ -998,8 +998,8 @@ BEGIN_JUCER_METADATA connectedEdges="0" needsCallback="1" radioGroupId="0"/> + max="101" int="1" style="LinearBar" textBoxPos="TextBoxLeft" + textBoxEditable="1" textBoxWidth="80" textBoxHeight="20" skewFactor="1"/>