797339a02f3334ea35b98246f0015be04bd4b83f
Visible captions "Lambda" and "Weight decay" renamed to "L1 Lambda" and "L2 Lambda" in both the main params panel (MainComponent.cpp) and the per-layer view (RbmComponent.cpp), matching the backend Rbm::Params field names (l1Lambda, l2Lambda). lambdaLabel's change handler was a dead stub (tooltip said "Unused", body did nothing) -- wired it up to write params().l1Lambda, mirroring weightDecayLabel's existing l2Lambda handler. Also added the matching lambdaLabel->setText(...) sync in updateControls(), which weightDecay already had but lambdaLabel never did, so the field now actually displays the loaded value instead of always showing its default. Verified by launching the GUI and screenshotting it: both labels render correctly, values populate, no layout/truncation issues. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016K8Gu7Qejd11JbdiHZqYAs
Description
No description provided
144 MiB
Languages
C++
92.6%
C
4.2%
Makefile
2.8%
Shell
0.4%