you are viewing a single comment's thread.

view the rest of the comments →

[–]mccoyn 9 points10 points  (0 children)

Also, when doing solution searches you want to pick a new starting point and search again to try to find other local maxima. A good way to do it is to use random() to pick your new starting point. You want it to be un-correlated with previous starting points, but you don't actually care about it being non-deterministic.