Am I the only one that never reads these articles but just goes straight to the comments? It seems like reporters always get the facts bungled and go for the simple story - out of necessity of course.
Google and a nuclear fusion company have developed a new algorithm
61–70 of 129 posts
Re: Google and a nuclear fusion company have developed a new algorithm
#62I think their universal quantum computer (to be announced later this year) could accelerate fusion research even more, as I imagine it could more accurately simulate the atom reactions and experiments on it. Practical quantum computers may just be what we were missing to finally be able build working fusion reactors. The millions of possible "solutions" and algorithms for working fusion reactors may be what has made…
Re: Google and a nuclear fusion company have developed a new algorithm
#63This is actually a really exciting development to me. (Note, what is exciting is the "optometrist algorithm" from the paper [1] not necessarily googles involvement as pitched in the guardian). Typically a day of shots would need to be programmed out in advance, typically scanning over one dimension (out of hundreds) at a time. It would then take at least a week to analyze the results and create an updated research pl…
Perhaps a stupid question, but why can't the whole experiment be run as a simulation?
Re: Google and a nuclear fusion company have developed a new algorithm
#64Google might try to become the conglomerate of all forward-facing things but it is somewhat funny to see how through it all, it's their advertising revenues that form the core of the business.
> it's their advertising revenues that form the core of the business. You'd think the advertising staff would get pretty good treatment at Google. Do they?
I can't speak for the entire advertising staff, of course.
Re: Google and a nuclear fusion company have developed a new algorithm
#65Am I the only one that never reads these articles but just goes straight to the comments? It seems like reporters always get the facts bungled and go for the simple story - out of necessity of course.
Re: Google and a nuclear fusion company have developed a new algorithm
#66I do have a naive question. Suppose a big breakthrough comes out of a private company, and such innovation is necessary to use nuclear fusion. The company will be free to do whatever it pleases with the technology or it will somehow "force" to let other use, maybe behind the payment of some royalties.
This only matters for the life of the patent, and is consistent with the intent of patents.
Re: Google and a nuclear fusion company have developed a new algorithm
#67Earlier quoted context omitted.
As a complete outsider, I don't understand what's special about the "optometrist algorithm." As described in the Nature article it's just hill climbing using humans as the evaluation function. Isn't it basically the same thing they were already doing but more granular?
Basically nobody was using automated gradient descent / etc because of the proclivity of these algorithms to get stuck on a boundary. The problem is the boundaries are not well defined. One example might be a catastrophic instability. If it gets triggered it has the potential to damage the machine. But the exact parameters in which the instability occurs are not well known. So with this algorithm you mix the best of…
The only thing I think that can lead someone to your conclusion is they can judge based on a host of criteria, not just a pre-defined set of criteria--may be that's what you meant. Of course, intuitively, changing your criteria midstream would lead to bias in your judgement, I'd think, but that may be the real innovation here, that is hard to do without a human judge in the mix.
Re: Google and a nuclear fusion company have developed a new algorithm
#68From the actual journal article: > Two additional complications arise because plasma fusion apparatuses are experimental and one-of-a-kind. First, the goodness metric for plasma is not fully established and objective: some amount of human judgement is required to assess an experiment. Second, the boundaries of safe operation are not fully understood: it would be easy for a fully-automated optimisation algorithm to pr…
Re: Google and a nuclear fusion company have developed a new algorithm
#69Am I the only one that never reads these articles but just goes straight to the comments? It seems like reporters always get the facts bungled and go for the simple story - out of necessity of course.
for me it is about page loading - pretty much straightforward successful and predictable on HN and slow and/or heavy, jerking current position/scroll around and full of whatever else surprises the page of the source. I want to know what it is about immediately, i.e. basically it is an issue of instant gratification for me :) If information on the HN comments page isn't enough (which is rare), or the source is really…
Re: Google and a nuclear fusion company have developed a new algorithm
#70Earlier quoted context omitted.
how does one climb a hill with no gradient? [serious question]
You can climb a hill without knowing the gradient, so long as you can compare two points in terms of height. You randomly move in some direction, then compare the new point to the old point, go to whichever of them is higher, and repeat. This sounds like what the experimenters are doing. Perhaps the GP was alluding to "first order hill climbing" as evaluating the gradient in every direction and climbing the steepest…