- GUI: increased number of possible gibbs iterations
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@36 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -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"/>
|
||||
<SLIDER name="Num. Gibbs slider" id="fdd9d5ca4e05e18c" memberName="numGibbsSlider"
|
||||
virtualName="" explicitFocusOrder="0" pos="224 408 184 24" min="1"
|
||||
max="10" int="1" style="LinearBar" textBoxPos="TextBoxLeft" textBoxEditable="1"
|
||||
textBoxWidth="80" textBoxHeight="20" skewFactor="1"/>
|
||||
max="101" int="1" style="LinearBar" textBoxPos="TextBoxLeft"
|
||||
textBoxEditable="1" textBoxWidth="80" textBoxHeight="20" skewFactor="1"/>
|
||||
<TEXTBUTTON name="Reconstruct Equilibrium button" id="208a587f5556207" memberName="reconstructEquButton"
|
||||
virtualName="" explicitFocusOrder="0" pos="24 448 72 24" buttonText="Reconst Equ."
|
||||
connectedEdges="0" needsCallback="1" radioGroupId="0"/>
|
||||
|
||||
Reference in New Issue
Block a user