CMM-22 / a6

0 stars 0 forks source link

Ex. 4: pow(10., log_c_reg) #7

Open samba1995 opened 2 years ago

samba1995 commented 2 years ago

Should we use the coefficient pow(10., log_c_reg) to find a solution which works for both methods in the GUI and then implement the found factor to the code so that it always works independent of the value selected with the slider? Or is it meant that we leave the variable coefficient in the code so that the user can play with the slider to find a suitable solution?

MiguelZamoraM commented 2 years ago

Once you find a good value for log_c_reg, you can put it in the code as the initial value, such that when you run the app you can optimize and find a good solution even if the user does not play with the slider.

But it should always be possible to change the regularizer with the sliders.