csu-hmc / gait-control-direct-id-paper

Direct identification of the human's control scheme during walking.
http://hmc.csuohio.edu/projects/gait-control-id
4 stars 2 forks source link

Add a regularization term to the cost function. #31

Closed moorepants closed 10 years ago

moorepants commented 10 years ago

Add a regularization term to the cost function. This can be a small term to ensure that the solution is unique, such as: small_weight*sum(X.^2)/length(X). Where X contains all unknowns. You can also use a large weight to get a convex cost function, solve that optimization problem, and use it as an initial guess for the new problem with smaller weight. This is similar to Tom's homotopy, except you are modify the cost function rather than the model.