search for: harebrained

Displaying 4 results from an estimated 4 matches for "harebrained".

Did you mean: harebrain
2015 Dec 10
6
How do I reliably and efficiently hash a function?
I?ve got the following scenario: I need to store information about an R function, and retrieve it at a later point. In other programming languages I?d implement this using a dictionary with the functions as keys. In R, I?d usually use `attr(f, 'some-name')`. However, for my purposes I do not want to use `attr` because the information that I want to store is an implementation detail that
2015 Dec 11
0
How do I reliably and efficiently hash a function?
On Thu, Dec 10, 2015 at 5:49 PM, Konrad Rudolph <konrad.rudolph+r-devel at gmail.com> wrote: > I?ve got the following scenario: I need to store information about an > R function, and retrieve it at a later point. In other programming > languages I?d implement this using a dictionary with the functions as > keys. In R, I?d usually use `attr(f, 'some-name')`. However, for
2005 Nov 03
1
ML optimization question--unidimensional unfolding scalin g
...> routine will 'see' > > the optimal point on the other side of the normal curve. > > > > SANN might work, but I kind of wonder how useful it'd be in > estimating > > hundreds of parameters--thanks to that latent scale. > > > > My (possibly harebrained) thought for how to estimate this > unfolding using > > some gradient-based method would be to run through some > iterations and then > > check to see whether a better solution exists on the 'other > side' of the > > normal curves. If it does, replace those pa...
2011 Sep 17
4
Should VMs' IP addresses be on the same subnet as the Dom0 and other boxes on our LAN?
Hi. I''ve installed our 1st Virtualized server using Xen. I''ve managed to create & populate a VM that''s going to be used as our office mail server. Everything seems to work ok -- I can send/receive email to/from the ''real world''. I''ve read a bunch at the Xen wiki about routing, and bridging, and security. Wow! Lots of stuff to digest