nilmtk / nilmtk-contrib

Apache License 2.0
114 stars 59 forks source link

DSC algorithm cannot convergence before the arrival of the maximal times. #50

Open oneway3124 opened 3 years ago

oneway3124 commented 3 years ago

For optimization problem, it is trustworthy that the optimization procedure should be completed ASAP. But DSC algorithm cannot convergence before the arrival of the maximal times. Why?

Rithwikksvr commented 3 years ago

@oneway3124 , the operations involved in the problem are very computationally expensive. And for each appliance each of those operations need to be executed. Hence, it is taking more time for training. How is the performance when a smaller dataset is used?

oneway3124 commented 3 years ago

This convergence problem has been fixed by me. Maybe your argmin error representation is wrong.