On Tue, Nov 29, 2011 at 16:18, Vincent Dubourg <[email protected]> wrote: > @AlexP: What are you trying to do with this iterative construction? Are > you trying to implement some optimization algorithm (like the efficient > global optimizer by Jones etal [1])? If so, note that Jones' "expected > improvement" starts being objective only as the dataset starts being "a > bit" dense. Starting from one point only is definitely not a good idea > (and adding points sequentially is not a so good idea either...).
You're right on both counts. I just added one single point to test the code, and found out it blew up, and it took me a while to realize that the bug was that I was fitting on a single point. -- - Alexandre ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
