toooo Looooong optimization/learning.... 8 days and running
Answers
-
Hi fritmore,
depends whether you are runing in gui or from command line. What are you optimizing? Can you provide you proces setup. This make judging easier!
Best regards,
chero0 -
One way is to place an breakpoint somewhere in the looping part of code. Than you can watch and save several types of result.
-radone0 -
Hi cherocherokee wrote:
Hi fritmore,
depends whether you are runing in gui or from command line. What are you optimizing? Can you provide you proces setup. This make judging easier!
Best regards,
chero
am optimizing SVM evolutionary model on labeled continuous values: (5x30000)data>Optimize>validation(relative split .7,shuffled)>SVM(evolutionary)
ty
fritmore0 -
yo radone how should I do that?radone wrote:
One way is to place an breakpoint somewhere in the looping part of code. Than you can watch and save several types of result.
-radone
How to save current model (or best model so far at such a breakpoint?)
The project is described in the previous post (in the reply to chero)
ty
fritmore0 -
Hi fritmore,
i've still some questions:- Are you working with the gui or without?
- What kind of optimization are you using (Grid, Evolutionary)?
- Which parameters are you optimizing? In which range / which values
chero
P.S.: Your process setup would reveal most of this info Of course not whether you use the gui.
0